Returns a new proxy instance that wraps the next element of the instantiation pipeline.
31 32 33
# File 'lib/needle/lifecycle/deferred.rb', line 31 def call( *args ) Proxy.new( succ, *args ) end