class RuboCop::DirectiveComment

def initialize(comment, cop_registry = Cop::Registry.global)

def initialize(comment, cop_registry = Cop::Registry.global)
  @comment = comment
  @cop_registry = cop_registry
  @mode, @cops = match_captures
end