about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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