class Rubypack::VerboseOutput

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

Public Instance Methods

verbose(*messages) click to toggle source
# File lib/rubypack/shell_output.rb, line 42
def verbose(*messages)
  $stdout.puts(messages.join(' '))
end