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