Method: Marktable::Table#to_html
- Defined in:
- lib/marktable/table.rb
#to_html ⇒ Object
45 46 47 |
# File 'lib/marktable/table.rb', line 45 def to_html Formatters::Base.for(:html).format(@rows, @headers) end |
45 46 47 |
# File 'lib/marktable/table.rb', line 45 def to_html Formatters::Base.for(:html).format(@rows, @headers) end |