class Rake::InvocationChain

def to_s

Convert to string, ie: TOP => invocation => invocation
def to_s
  "#{prefix}#{head}"
end