class EightyOne::Face

Attributes

movements[R]
symbol[R]

Public Class Methods

new(symbol, movements) click to toggle source
# File lib/eighty-one/face.rb, line 5
def initialize(symbol, movements)
  @symbol = symbol
  @movements = movements
end