class Shogi::Piece::OU

Constants

CSA_NAME
MOVEMENTS
USI_NAME

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/shogi/piece.rb, line 110
def initialize
  super(CSA_NAME, USI_NAME, MOVEMENTS)
end