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