StandardError
Error indicating a recursion overflow error in task selection.
# File rake-13.0.1/lib/rake/rule_recursion_overflow_error.rb, line 6 def initialize(*args) super @targets = [] end
# File rake-13.0.1/lib/rake/rule_recursion_overflow_error.rb, line 11 def add_target(target) @targets << target end
# File rake-13.0.1/lib/rake/rule_recursion_overflow_error.rb, line 15 def message super + ": [" + @targets.reverse.join(" => ") + "]" end
This page was generated for Ruby 2.7.4
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.