Class: IParty::CLI::Application::DefaultOut
- Inherits:
-
Object
- Object
- IParty::CLI::Application::DefaultOut
- Defined in:
- lib/iparty/cli/application.rb
Instance Method Summary collapse
- #push(*args) ⇒ Object (also: #<<)
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 |