Module: RuboCop::Cop::VariableForce::Branchable Private
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/rubocop/cop/variable_force/branchable.rb |
Overview
Mix-in module for classes which own a node and need branch information of the node. The user classes must implement #node and #scope.
Instance Method Summary
- #branch Internal use only
- #run_exclusively_with?(other) ⇒ Boolean Internal use only