class Regexp::Scanner::PrematureEndError

Unexpected end of pattern

def initialize(where = '')

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