Sha256: 0d5488f5967980177487f74c326f81961b67a3a4886b346b7eafdfc2c3def0da
Contents?: true
Size: 193 Bytes
Versions: 113
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
113 entries across 112 versions & 16 rubygems