Methods

Files

Needle::Lifecycle::Deferred

The instantiation pipeline element that implements deferred instantiation.

Public Instance Methods

call( *args ) click to toggle source

Returns a new proxy instance that wraps the next element of the instantiation pipeline.

    # File lib/needle/lifecycle/deferred.rb, line 31
31:       def call( *args )
32:         Proxy.new( succ, *args )
33:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.