# File lib/sass/tree/visitors/perform.rb, line 223 def visit_return(node) throw :_sass_return, node.expr.perform(@environment) end