Class: IParty::CLI::Application::DefaultOut

Inherits:
Object
  • Object
show all
Defined in:
lib/iparty/cli/application.rb

Instance Method Summary collapse

Instance Method Details

#push(*args) ⇒ Object Also known as: <<



25
26
27
# File 'lib/iparty/cli/application.rb', line 25

def push *args
  puts(args.flatten.reject{ _1 == Formatter::VOID_OUTPUT })
end