13 14 15 16 17
# File 'lib/waps_mac.rb', line 13 def parse(raw_input) cells = raw_input.split("\n")[1..-1] cells.map { |cell| parse_cell(cell)} end