StandardError
Error indicating a recursion overflow error in task selection.
# File lib/rake/rule_recursion_overflow_error.rb, line 6 def initialize(*args) super @targets = [] end
# File lib/rake/rule_recursion_overflow_error.rb, line 11 def add_target(target) @targets << target end
# File lib/rake/rule_recursion_overflow_error.rb, line 15 def message super + ": [" + @targets.reverse.join(' => ') + "]" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.