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