Method: Needle::Lifecycle::Deferred#call

Defined in:
lib/needle/lifecycle/deferred.rb

#call(*args) ⇒ Object

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