class Rake::InvocationChain::EmptyInvocationChain

def append(value)

def append(value)
  InvocationChain.new(value, self)
end