# File lib/rqrcode/export/html.rb, line 31 def cells qr.modules.each_with_index.map { |qr_module, col_index| Cell.new(qr, col_index, row_index) } end