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