Class: MatchData

Inherits:
Object
  • Object
show all
Defined in:
lib/stones/gbb/gbb_reader.rb

Instance Method Summary collapse

Instance Method Details

#to_positionObject



5
6
7
# File 'lib/stones/gbb/gbb_reader.rb', line 5

def to_position
  [self[1].to_i, self[2].to_i]
end