Module: RuboCop::Cop::VariableForce::Branch::ExceptionHandler Private
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/rubocop/cop/variable_force/branch.rb |
Overview
Mix-in module for exception handling control structures.
Instance Attribute Summary
- #may_jump_to_other_branch? ⇒ Boolean readonly Internal use only
- #may_run_incompletely? ⇒ Boolean readonly Internal use only
Instance Attribute Details
#may_jump_to_other_branch? ⇒ Boolean
(readonly)
# File 'lib/rubocop/cop/variable_force/branch.rb', line 282
def may_jump_to_other_branch? main_body? end
#may_run_incompletely? ⇒ Boolean
(readonly)
# File 'lib/rubocop/cop/variable_force/branch.rb', line 286
def may_run_incompletely? main_body? end