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