# File lib/rake.rb, line 671
671:     def message
672:       super + ": [" + @targets.reverse.join(' => ') + "]"
673:     end