class Sass::Tree::RootNode

def perform!(environment)

Other tags:
    See: \{Node#perform!} -
def perform!(environment)
  environment.options = @options if environment.options.nil? || environment.options.empty?
  super
end