# File lib/omniauth/strategy.rb, line 73 def redirect(uri) r = Rack::Response.new("Redirecting to #{uri}...") r.redirect(uri) r.finish end