# File lib/rake/invocation_chain.rb, line 27
27:     def self.append(value, chain)
28:       chain.append(value)
29:     end