class Regexp::Scanner::PrematureEndError

def initialize(where = '')

def initialize(where = '')
  super "Premature end of pattern at #{where}"
end