# File lib/rake.rb, line 444
444:       def append(value)
445:         InvocationChain.new(value, self)
446:       end