class RuboCop::Cop::Lint::RedundantCopEnableDirective

def cop_name_indention(comment, name)

def cop_name_indention(comment, name)
  comment.text.index(name)
end