Method: GridCLI::BaseCommand#pprint
- Defined in:
- lib/gridcli/commands/base.rb
#pprint(json) ⇒ Object
38 39 40 |
# File 'lib/gridcli/commands/base.rb', line 38 def pprint(json) puts PrettyPrinter.new(json, output_format) end |
38 39 40 |
# File 'lib/gridcli/commands/base.rb', line 38 def pprint(json) puts PrettyPrinter.new(json, output_format) end |