class Rake::InvocationChain::EmptyInvocationChain
Public Instance Methods
Source
# File lib/rake/invocation_chain.rb 41 def append(value) 42 InvocationChain.new(value, self) 43 end
# File lib/rake/invocation_chain.rb 41 def append(value) 42 InvocationChain.new(value, self) 43 end