Module: Rumplayer::Log

Included in:
Client, Server
Defined in:
lib/rumplayer.rb

Instance Method Summary collapse

Instance Method Details

#log(message) ⇒ Object



7
8
9
10
11
# File 'lib/rumplayer.rb', line 7

def log(message)
  if $options[:verbose]
    STDERR.puts message
  end
end