Method: Apollo::Formatter::TableFormatter#format
- Defined in:
- lib/apollo_crawler/formatter/table_formatter.rb
#format(obj) ⇒ Object
32 33 34 |
# File 'lib/apollo_crawler/formatter/table_formatter.rb', line 32 def format(obj) return Table.format(obj) end |