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