29 30 31
# File 'lib/rqrcode/export/html.rb', line 29 def as_html ["<tr>", cells.map(&:as_html).join, "</tr>"].join end