class RQRCode::Export::HTML::Rows

def as_html

def as_html
  rows.map(&:as_html).join
end

def rows

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