Wraps a block as a new pipeline element. When the element is invoked, control is delegated to the block.
Invoke the block. The block must accept as many parameters as the pipeline expects, plus 1 (the first parameter is always this BlockElement instance).
# File lib/needle/pipeline/collection.rb, line 42 def call( *args ) @block.call( self, *args ) end
Generated with the Darkfish Rdoc Generator 2.