The pipeline element that implements adding interceptors to a service.
Invokes the next element in the chain and adds the interceptors to the result, returning a proxy object wrapped by the interceptors.
# File lib/needle/pipeline/interceptor.rb, line 38 38: def call( container, point, *args ) 39: service = succ.call( container, point, *args ) 40: InterceptorChainBuilder.build( point, service, @interceptors ) 41: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.