Module: RuboCop::Cop::VariableForce::Branch::LogicalOperator Private
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/rubocop/cop/variable_force/branch.rb |
Overview
Mix-in module for logical operator control structures.
Instance Attribute Summary
- #always_run? ⇒ Boolean readonly Internal use only
Instance Attribute Details
#always_run? ⇒ Boolean
(readonly)
# File 'lib/rubocop/cop/variable_force/branch.rb', line 259
def always_run? left_body? end