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