Parent

Rake::InvocationChain::EmptyInvocationChain

Public Instance Methods

append(value) click to toggle source
    # File lib/rake/invocation_chain.rb, line 41
41:       def append(value)
42:         InvocationChain.new(value, self)
43:       end
member?(obj) click to toggle source
    # File lib/rake/invocation_chain.rb, line 38
38:       def member?(obj)
39:         false
40:       end
to_s() click to toggle source
    # File lib/rake/invocation_chain.rb, line 44
44:       def to_s
45:         "TOP"
46:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.