StandardError
Error indicating a recursion overflow error in task selection.
# File lib/rake.rb, line 250 250: def initialize(*args) 251: super 252: @targets = [] 253: end
# File lib/rake.rb, line 255 255: def add_target(target) 256: @targets << target 257: end
# File lib/rake.rb, line 259 259: def message 260: super + ": [" + @targets.reverse.join(' => ') + "]" 261: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.