about summary refs log tree commit homepage
path: root/lib/rainbows
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-08 01:27:25 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-08 01:27:25 +0000
commitef9376775b1a6eeae8807160b2b8ea23fbfd3607 (patch)
tree999cf5f86d640d0325c0217ffa6629008e097342 /lib/rainbows
parent3decb4375847b97c117440e5167dbba33d5f33b5 (diff)
downloadrainbows-ef9376775b1a6eeae8807160b2b8ea23fbfd3607.tar.gz
Not that it's actually used, right now.
Diffstat (limited to 'lib/rainbows')
-rw-r--r--lib/rainbows/process_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/process_client.rb b/lib/rainbows/process_client.rb
index 3be0ff3..3f23825 100644
--- a/lib/rainbows/process_client.rb
+++ b/lib/rainbows/process_client.rb
@@ -66,6 +66,6 @@ module Rainbows::ProcessClient
   end
 
   # override this in subclass/module
-  def pipeline_ready
+  def pipeline_ready(hp)
   end
 end