method

reason_phrase

reason_phrase(code)
public

No documentation available.

# File lib/webrick/httpstatus.rb, line 96
    def reason_phrase(code)
      StatusMessage[code.to_i]
    end