Flowdock
redirect?(code) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/webrick/httpstatus.rb, line 111
    def redirect?(code)
      code.to_i >= 300 and code.to_i < 400
    end
Register or log in to add new notes.