Method: Less::Node::Color#coerce

Defined in:
lib/less/engine/nodes/literal.rb

#coerce(other) ⇒ Object



47
48
49
# File 'lib/less/engine/nodes/literal.rb', line 47

def coerce other
  return self, other
end