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