class RuboCop::Cop::VariableForce::CaseMatch

case target in pattern # in_pattern else

else_body

end

Public Instance Methods

always_run?() click to toggle source
# File lib/rubocop/cop/variable_force/branch.rb, line 239
def always_run?
  target?
end