class Sass::Script::Tree::Node

def _perform(environment)

Other tags:
    See: #perform -

Returns:
  • (Sass::Script::Value) - The SassScript object that is the value of the SassScript

Parameters:
  • environment (Sass::Environment) -- The environment in which to evaluate the SassScript
def _perform(environment)
  Sass::Util.abstract(self)
end