Needle::Pipeline::Element
The instantiation pipeline element that implements deferred instantiation.
Returns a new proxy instance that wraps the next element of the instantiation pipeline.
# File lib/needle/lifecycle/deferred.rb, line 31 def call( *args ) Proxy.new( succ, *args ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.