class RQRCode::Export::HTML::Rows

def rows

def rows
  qr.modules.each_with_index.map { |qr_module, row_index| Row.new(qr, qr_module, row_index) }
end