Class DeferredObject
In: bin/phb.rb
Parent: Object

An Object whose creator takes a no-arg block. Whenever this object receives a message, the no-arg block is executed, and the message is forwarded on to the result of the block. Rakefile_shared uses this in the Rake::TestTask.new block to postpone evaluation of paths until test execution.

Methods

Public Class methods

Public Instance methods

[Validate]