class Sass::Environment

def options

Returns:
  • ({Symbol => Object}) -
def options
  @options || (parent && parent.options) || {}
end