Index: backgroundrb.rb =================================================================== --- backgroundrb.rb (revision 47) +++ backgroundrb.rb (working copy) @@ -25,7 +25,7 @@ # hash of timestamps { job_key => timestamp }. So we can do # timestamps and corelate them to workers for garbage # collection when needed. - def initialize#(sleep=60) + def initialize #(sleep=60) @jobs = Hash.new @mutex = Mutex.new @timestamps = Hash.new