class Regexp::Scanner::UnknownPosixClassError

The POSIX class name was not recognized by the scanner.

Public Class Methods

new(text) click to toggle source
Calls superclass method Regexp::Scanner::ValidationError::new
# File lib/regexp_parser/scanner.rb, line 68
def initialize(text)
  super "Unknown POSIX class #{text}"
end