From 07d2c8318651ed85451fedcd950aff34d6f56efc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 3 Aug 2010 08:30:26 +0000 Subject: doc: hide internal Response416 error constant It's an internal implementation detail and not for user consumption. --- lib/rainbows.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index 39d3ae1..04d5ebc 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -29,6 +29,7 @@ module Rainbows end G = State.new(true, 0, 0, 5) O = {} + class Response416 < RangeError; end # :startdoc: require 'rainbows/const' @@ -130,6 +131,4 @@ module Rainbows autoload :ByteSlice, 'rainbows/byte_slice' autoload :StreamFile, 'rainbows/stream_file' autoload :HttpResponse, 'rainbows/http_response' # deprecated - - class Response416 < RangeError; end end -- cgit v1.2.3-24-ge0c7