# File lib/sass/tree/visitors/perform.rb, line 6 def self.visit(root, environment = Sass::Environment.new) new(environment).send(:visit, root) end