Class: Ppson::Commands::PrettyPrintJson

Inherits:
Escort::ActionCommand::Base
  • Object
show all
Defined in:
lib/ppjson/commands/pretty_print_json.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



4
5
6
7
8
# File 'lib/ppjson/commands/pretty_print_json.rb', line 4

def execute
  ArgumentsDecorator.new(arguments, command_options).decorate.each do |argument|
    argument.process
  end
end