class Sass::Environment

def parent_options

def parent_options
  @parent_options ||= @parent && @parent.options
end