class Shogi::Piece::NY

Constants

CHILD
CSA_NAME
MOVEMENTS
USI_NAME

Public Class Methods

new() click to toggle source
Calls superclass method Shogi::Piece::Base::new
# File lib/shogi/piece/promoter.rb, line 29
def initialize
  super(CSA_NAME, USI_NAME, MOVEMENTS)
end