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