Method: RQRCode::Export::HTML::Row#as_html

Defined in:
lib/rqrcode/export/html.rb

#as_htmlObject



29
30
31
# File 'lib/rqrcode/export/html.rb', line 29

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