# File lib/rack/mount/vendor/regin/regin/character_class.rb, line 3
    def initialize(value, options = {})
      @negate = options[:negate]
      super
    end