to_s()
Convert to string, ie: TOP => invocation => invocation
# File lib/rake/invocation_chain.rb, line 22 def to_s "#{prefix}#{head}" end