class Regexp::Scanner::UnknownPosixClassError
The POSIX class name was not recognized by the scanner.
def initialize(text, _)
def initialize(text, _) super "Unknown POSIX class #{text}" end
The POSIX class name was not recognized by the scanner.
def initialize(text, _) super "Unknown POSIX class #{text}" end