class RuboCop::Cop::Style::EmptyElse

def autocorrect_forbidden?(type)

def autocorrect_forbidden?(type)
  [type, 'both'].include?(missing_else_style)
end