# File lib/rake.rb, line 425
425:       def append(value)
426:         InvocationChain.new(value, self)
427:       end