class Less::Node::Function

def to_sass_tree

def to_sass_tree
  Sass::Script::Funcall.new(self, @args.map {|a| a.to_sass_tree}, {})
end