Root of the HTTP status class hierarchy
Methods
- C
- R
- T
Instance Public methods
code()
Link
Returns the HTTP status code
Also aliased as: to_i
Source: show
# File lib/webrick/httpstatus.rb, line 32 def code() self::class::code end