Class: Rubypack::VerboseOutput

Inherits:
DefaultOutput show all
Defined in:
lib/rubypack/shell_output.rb

Overview

Class used to display all the messages to stdout and stderr including the debug information

Instance Method Summary collapse

Methods inherited from DefaultOutput

#error, #status

Methods inherited from QuietOutput

#error, #status, #step

Instance Method Details

#verbose(*messages) ⇒ Object



42
43
44
# File 'lib/rubypack/shell_output.rb', line 42

def verbose(*messages)
  $stdout.puts(messages.join(' '))
end