class Sass::Script::Functions::EvaluationContext
def initialize(options)
-
options
({Symbol => Object}
) -- See \{#options}
def initialize(options) @options = options # We need to include this individually in each instance # because of an icky Ruby restriction class << self; include Sass::Script::Functions; end end