about summary refs log tree commit homepage
path: root/lib/rainbows/rev.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 03:29:16 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 03:29:16 +0000
commit17156f6f561c6d697a83e3b9beae2d58eb796428 (patch)
tree14c02ce893cc15e2f72b2e2a1ea8d9d4a89ff328 /lib/rainbows/rev.rb
parent68accc9930b0653b702553790d4ccd626a8dfdfe (diff)
downloadrainbows-17156f6f561c6d697a83e3b9beae2d58eb796428.tar.gz
This makes constant resolution more predictable, we hope.
Diffstat (limited to 'lib/rainbows/rev.rb')
-rw-r--r--lib/rainbows/rev.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/rev.rb b/lib/rainbows/rev.rb
index 47ee17f..fd39cf3 100644
--- a/lib/rainbows/rev.rb
+++ b/lib/rainbows/rev.rb
@@ -34,7 +34,7 @@ module Rainbows::Rev
 end
 # :enddoc:
 require 'rainbows/rev/core'
-require 'rainbows/rev/client'
-Rainbows::Rev.__send__ :include, Rainbows::Rev::Core
 require 'rainbows/rev/deferred_response'
 require 'rainbows/rev/deferred_chunk_response'
+require 'rainbows/rev/client'
+Rainbows::Rev.__send__ :include, Rainbows::Rev::Core