Method: Mys3ql::Shell#log

Defined in:
lib/mys3ql/shell.rb

#log(message) ⇒ Object



13
14
15
# File 'lib/mys3ql/shell.rb', line 13

def log(message)
  puts message if @config.debugging?
end