# File lib/rqrcode/export/html.rb, line 6
      def as_html
        ['<table>', rows.as_html, '</table>'].join
      end