This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
to_s()
Convert to string, ie: TOP => invocation => invocation
# File lib/rake/invocation_chain.rb, line 22 def to_s "#{prefix}#{head}" end