503 504 505 506 507 508 509
# File 'lib/cem/cruzzles.rb', line 503 def each(&block) @data.each { |row| row.each { |cell| block.call(cell) } } end