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