module EightyOne::Faces

Constants

ALL
FU
GI
HI
KA
KE
KI
KY
NG
NK
NY
OU
RY
TO
UM

Public Class Methods

dir(col, row) click to toggle source
# File lib/eighty-one/face.rb, line 28
def self.dir(col, row)
  Direction.new(col, row)
end