StandardError
Error indicating a recursion overflow error in task selection.
# File rake-13.0.3/lib/rake/rule_recursion_overflow_error.rb, line 5 def initialize(*args) super @targets = [] end
# File rake-13.0.3/lib/rake/rule_recursion_overflow_error.rb, line 10 def add_target(target) @targets << target end
# File rake-13.0.3/lib/rake/rule_recursion_overflow_error.rb, line 14 def message super + ": [" + @targets.reverse.join(" => ") + "]" end
This page was generated for Ruby 3.0.2
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.