method
reason_phrase
v1_8_7_72 -
Show latest stable
- Class:
WEBrick::HTTPStatus
reason_phrase(code)public
No documentation available.
# File lib/webrick/httpstatus.rb, line 96
def reason_phrase(code)
StatusMessage[code.to_i]
end