Method: Less::Command#log

Defined in:
lib/less/command.rb

#log(s = '') ⇒ Object

Just a logging function to avoid typing ‘*’



87
88
89
# File 'lib/less/command.rb', line 87

def log s = ''
  print '* ' + s.to_s
end