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