# File lib/needle/pipeline/collection.rb, line 34
        def initialize( point, name, priority, options, block )
          super( point, name, priority, options )
          @block = block
        end