class Regexp::Scanner::PrematureEndError
Unexpected end of pattern
Public Class Methods
Source
# File lib/regexp_parser/scanner.rb, line 25 def initialize(where = '') super "Premature end of pattern at #{where}" end
Calls superclass method