Module: RQRCode::Export::HTML
- Defined in:
- lib/rqrcode/export/html.rb
Defined Under Namespace
Instance Method Summary collapse
-
#as_html ⇒ Object
Use this module to HTML-ify the QR code if you just want the default HTML.
Instance Method Details
#as_html ⇒ Object
Use this module to HTML-ify the QR code if you just want the default HTML
8 9 10 |
# File 'lib/rqrcode/export/html.rb', line 8 def as_html ["<table>", rows.as_html, "</table>"].join end |