From: Michal Suchanek Date: 2011-08-09T23:44:44+09:00 Subject: Re: problem running pipeline On 9 August 2011 16:00, Tanaka Akira wrote: > 2011/8/9 Michal Suchanek : >> >> Inserting a method call by patching in >> >>  somename args >> end >> def somename args >> >> produces lockup. >> >> I guess I could construct the pipeline in a single method but why >> would inserting a method call break otherwise working code is a >> mystery. > You don't pass the block. Yes, that's missing. Thanks Michal