Method: CellularMap::Cell#hash

Defined in:
lib/cellular_map/cell.rb

#hashObject

:nodoc:



31
32
33
# File 'lib/cellular_map/cell.rb', line 31

def hash # :nodoc:
  x + y
end