Method: Amaze::Cell#row

Defined in:
lib/amaze/cell.rb

#rowObject (readonly)

The position of the cell in the grid



9
10
11
# File 'lib/amaze/cell.rb', line 9

def row
  @row
end