class RuboCop::Cop::VariableForce::Ensure

begin

main_body

ensure

ensure_body

end

Public Instance Methods

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