I noticed by chance that script/console in my machine understands
HTTP::Status::BAD_REQUEST
but can't for the life of me find where's that defined. A grep in the
Ruby source tree for "BAD_REQUEST" gives cgi.rb (which defines an
unrelated HTTP_STATUS hash), and a grep in my local gems tree gives
facets, and rubyforge as candidates. But that is evaluated
successfully in a void application with no extra libs loaded.
Any ideas?
-- fxn