Flowdock
method

add_target

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: RuleRecursionOverflowError
add_target(target) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rake/rule_recursion_overflow_error.rb, line 11
    def add_target(target)
      @targets << target
    end
Register or log in to add new notes.