class Regexp::Scanner::UnknownPosixClassError

def initialize(text, _)

def initialize(text, _)
  super "Unknown POSIX class #{text}"
end