Error indicating a recursion overflow error in task selection.
Methods
- A
- M
- N
Class Public methods
new(*args)
Link
Source: show
# File lib/rake/rule_recursion_overflow_error.rb, line 6 def initialize(*args) super @targets = [] end
Instance Public methods