class RQRCode::Export::HTML::Row

def as_html

def as_html
  ["<tr>", cells.map(&:as_html).join, "</tr>"].join
end