Utopia::HTTP::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