Sha256: 0d5488f5967980177487f74c326f81961b67a3a4886b346b7eafdfc2c3def0da
Contents?: true
Size: 193 Bytes
Versions: 111
Compression:
Stored size: 193 Bytes
Contents
class Regexp::Scanner # Unexpected end of pattern class PrematureEndError < ScannerError def initialize(where = '') super "Premature end of pattern at #{where}" end end end
Version data entries
111 entries across 111 versions & 15 rubygems