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