Method: Object#log

Defined in:
lib/less.rb

#log(s = '') ⇒ Object



64
# File 'lib/less.rb', line 64

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