Module: RQRCode::Export::HTML

Defined in:
lib/rqrcode/export/html.rb

Defined Under Namespace

Classes: Cell, Row, Rows

Instance Method Summary collapse

Instance Method Details

#as_htmlObject



6
7
8
# File 'lib/rqrcode/export/html.rb', line 6

def as_html
  ['<table>', rows.as_html, '</table>'].join
end