class Sass::Environment
def initialize(parent = nil, options = nil)
-
parent
(Environment
) -- See \{#parent} -
options
({Symbol => Object}
) -- The options hash. See
def initialize(parent = nil, options = nil) @parent = parent @options = options || (parent && parent.options) || {} end