Method: TableGo::Table#table_html
- Defined in:
- lib/table_go/table.rb
#table_html(table_html = nil) ⇒ Object
50 51 52 53 |
# File 'lib/table_go/table.rb', line 50 def table_html(table_html = nil) @table_html = table_html if table_html @table_html end |