class Rake::InvocationChain

def initialize(value, tail)

def initialize(value, tail)
  @value = value
  @tail = tail
end