# File lib/rqrcode/export/html.rb, line 21
        def rows
          qr.modules.each_with_index.map { |qr_module, row_index| Row.new(qr, qr_module, row_index) }
        end