Method: Grid#data

Defined in:
lib/cem/cruzzles.rb,
lib/cem/cruzzles.rb

#dataObject

Returns access to the underlying 2D array. Caution: This is not a duplicate. Use to_a for this.



511
512
513
# File 'lib/cem/cruzzles.rb', line 511

def data
  @data
end