class RuboCop::Cop::Style::MissingElse

def empty_else_cop_enabled?

def empty_else_cop_enabled?
  empty_else_config.fetch('Enabled')
end