about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-03 08:30:26 +0000
committerEric Wong <normalperson@yhbt.net>2010-08-03 08:30:26 +0000
commit07d2c8318651ed85451fedcd950aff34d6f56efc (patch)
tree8ac25143acd8eb575b09a394c894ab91940ba211 /lib
parent9fe636de3977d6ca8f01482e8d6bbcd572808f9d (diff)
downloadrainbows-07d2c8318651ed85451fedcd950aff34d6f56efc.tar.gz
It's an internal implementation detail and not for
user consumption.
Diffstat (limited to 'lib')
-rw-r--r--lib/rainbows.rb3
1 files changed, 1 insertions, 2 deletions
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