Method: Less::Node::Function#evaluate
- Defined in:
- lib/less/engine/nodes/function.rb
#evaluate ⇒ Object
Call the function
63 64 65 |
# File 'lib/less/engine/nodes/function.rb', line 63 def evaluate send self.to_sym, *@args end |
Call the function
63 64 65 |
# File 'lib/less/engine/nodes/function.rb', line 63 def evaluate send self.to_sym, *@args end |