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