class RuboCop::Cop::Lint::MissingCopEnableDirective

def department_enabled?(cop, comment)

def department_enabled?(cop, comment)
  DirectiveComment.new(comment).in_directive_department?(cop)
end