class RuboCop::Cop::Style::MissingElse

def unless_else_cop_enabled?

def unless_else_cop_enabled?
  unless_else_config.fetch('Enabled')
end