class Sass::ReadOnlyEnvironment
def content
-
(ReadOnlyEnvironment)
-
Other tags:
- See: BaseEnvironment#content -
def content return @content if @content env = super @content ||= env.is_a?(ReadOnlyEnvironment) ? env : ReadOnlyEnvironment.new(env, env.options) end