module RQRCode::Export::HTML

def as_html

Use this module to HTML-ify the QR code if you just want the default HTML
def as_html
  ["<table>", rows.as_html, "</table>"].join
end