class Status
A small HTTP status wrapper that verifies the status code within a given range.
Definitions
def each
Allow to be used for rack body:
Implementation
def each
yield to_s
end
class Status
A small HTTP status wrapper that verifies the status code within a given range.
def each
Allow to be used for rack body:
def each
yield to_s
end