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