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