module RuboCop::Cop::VariableForce::ExceptionHandler
Mix-in module for exception handling control structures.
Public Instance Methods
may_jump_to_other_branch?()
click to toggle source
# File lib/rubocop/cop/variable_force/branch.rb, line 273 def may_jump_to_other_branch? main_body? end
may_run_incompletely?()
click to toggle source
# File lib/rubocop/cop/variable_force/branch.rb, line 277 def may_run_incompletely? main_body? end