Method: Doku::PuzzleOnGrid#get
- Defined in:
- lib/doku/grid.rb
#get(x, y) ⇒ Object
Gets the glyph assignment for a given square.
194 195 196 |
# File 'lib/doku/grid.rb', line 194 def get(x, y) self[SquareOnGrid.new(x, y)] end |
Gets the glyph assignment for a given square.
194 195 196 |
# File 'lib/doku/grid.rb', line 194 def get(x, y) self[SquareOnGrid.new(x, y)] end |