Class: MatchData
- Inherits:
-
Object
- Object
- MatchData
- Defined in:
- lib/stones/gbb/gbb_reader.rb
Instance Method Summary collapse
Instance Method Details
#to_position ⇒ Object
5 6 7 |
# File 'lib/stones/gbb/gbb_reader.rb', line 5 def to_position [self[1].to_i, self[2].to_i] end |