class Sass::Script::Value::Function
def initialize(function)
-
function
(Sass::Callable
) -- The callable to be used when the
def initialize(function) unless function.type == "function" raise ArgumentError.new("A callable of type function was expected.") end super end