Method: CellularMap::Map#store

Defined in:
lib/cellular_map/map.rb

#storeObject (readonly)

Store of actually filled cells.



14
15
16
# File 'lib/cellular_map/map.rb', line 14

def store
  @store
end