123456789_123456789_123456789_123456789_123456789_

Module: RuboCop::Cop::VariableForce::Branch::LogicalOperator Private

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
And, Or
Defined in: lib/rubocop/cop/variable_force/branch.rb

Overview

Mix-in module for logical operator control structures.

Instance Attribute Summary

Instance Attribute Details

#always_run?Boolean (readonly)

[ GitHub ]

  
# File 'lib/rubocop/cop/variable_force/branch.rb', line 259

def always_run?
  left_body?
end