In Files

Parent

Rake::RuleRecursionOverflowError

Error indicating a recursion overflow error in task selection.

Public Class Methods

new(*args) click to toggle source
     # File lib/rake.rb, line 250
250:     def initialize(*args)
251:       super
252:       @targets = []
253:     end

Public Instance Methods

add_target(target) click to toggle source
     # File lib/rake.rb, line 255
255:     def add_target(target)
256:       @targets << target
257:     end
message() click to toggle source
     # 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.