# File lib/rake/invocation_chain.rb, line 41 41: def append(value) 42: InvocationChain.new(value, self) 43: end