Method: Less::Command#log
- Defined in:
- lib/less/command.rb
#log(s = '') ⇒ Object
Just a logging function to avoid typing ‘*’
81 82 83 |
# File 'lib/less/command.rb', line 81 def log s = '' print '* ' + s.to_s end |
Just a logging function to avoid typing ‘*’
81 82 83 |
# File 'lib/less/command.rb', line 81 def log s = '' print '* ' + s.to_s end |