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