module Regexp::Parser

def self.negate_set

def self.negate_set
  @set.negate
end