about summary refs log tree commit homepage
path: root/lib/rainbows/rev/deferred_response.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 23:52:43 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 23:52:43 +0000
commitc4d92b384dd3f926fa12eb704eeef663a9cb7b66 (patch)
treecf369801f6d7661d7a56bf077095559905d4f9cc /lib/rainbows/rev/deferred_response.rb
parent2e131bfd21f5ec5acc3c86233e5e292cec7aa67d (diff)
downloadrainbows-c4d92b384dd3f926fa12eb704eeef663a9cb7b66.tar.gz
This should make things easier on the eyes.
Diffstat (limited to 'lib/rainbows/rev/deferred_response.rb')
-rw-r--r--lib/rainbows/rev/deferred_response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/rev/deferred_response.rb b/lib/rainbows/rev/deferred_response.rb
index 7420631..146f505 100644
--- a/lib/rainbows/rev/deferred_response.rb
+++ b/lib/rainbows/rev/deferred_response.rb
@@ -3,7 +3,7 @@
 #
 # this is class is specific to Rev for writing large static files
 # or proxying IO-derived objects
-class Rainbows::Rev::DeferredResponse < ::Rev::IO
+class Rainbows::Rev::DeferredResponse < Rev::IO
   def initialize(io, client, body)
     super(io)
     @client, @body = client, body