Method: Less::Command#err

Defined in:
lib/less/command.rb

#err(s = '', type = '') ⇒ Object



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

def err s = '', type = ''
  type = type.strip + ' ' unless type.empty?
  print "! [#{type}Error] #{s}"
end