From ef9376775b1a6eeae8807160b2b8ea23fbfd3607 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 8 May 2011 01:27:25 +0000 Subject: process_client: fix pipeline_ready arity Not that it's actually used, right now. --- lib/rainbows/process_client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/process_client.rb') 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 -- cgit v1.2.3-24-ge0c7