This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
redirect?()
Returns true if the last response was a redirect.
# File actionpack/lib/action_controller/integration.rb, line 172 def redirect? status/100 == 3 end