Method: Object#log

Defined in:
lib/ext.rb

#log(s = '') ⇒ Object



31
# File 'lib/ext.rb', line 31

def log(s = '')  puts "* #{s}" if $verbose end