Module: ProxyRb::Api::Formatters
- Included in:
- ProxyRb::Api
- Defined in:
- lib/proxy_rb/api/formatters.rb
Instance Method Summary collapse
Instance Method Details
#simple_table(hash) ⇒ Object
4 5 6 |
# File 'lib/proxy_rb/api/formatters.rb', line 4 def simple_table(hash) SimpleTable.new(hash).to_s end |