# File lib/rake/invocation_chain.rb, line 7 7: def initialize(value, tail) 8: @value = value 9: @tail = tail 10: end