class Regexp::Syntax::Base

def initialize

TODO: drop this backwards compatibility code in v3.0.0, do `private :new`
def initialize
  warn 'Using instances of Regexp::Parser::Syntax is deprecated ' \
       "and will no longer be supported in v3.0.0."
end