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