Method: Less::Node::Function#evaluate

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

#evaluateObject

Call the function



63
64
65
# File 'lib/less/engine/nodes/function.rb', line 63

def evaluate
  send self.to_sym, *@args
end