Class: Ppson::Commands::PrettyPrintJson
- Inherits:
-
Escort::ActionCommand::Base
- Object
- Escort::ActionCommand::Base
- Ppson::Commands::PrettyPrintJson
- Defined in:
- lib/ppjson/commands/pretty_print_json.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
4 5 6 7 8 |
# File 'lib/ppjson/commands/pretty_print_json.rb', line 4 def execute ArgumentsDecorator.new(arguments, ).decorate.each do |argument| argument.process end end |