Sha256: a6025f9f2e7e7f9240255033e4d6d5931eb5aad4e28642151a1c10360b7e9062
Contents?: true
Size: 436 Bytes
Versions: 145
Compression:
Stored size: 436 Bytes
Contents
# # compat.rb -- cross platform compatibility # # Author: IPR -- Internet Programming with Ruby -- writers # Copyright (c) 2002 GOTOU Yuuzou # Copyright (c) 2002 Internet Programming with Ruby writers. All rights # reserved. # # $IPR: compat.rb,v 1.6 2002/10/01 17:16:32 gotoyuzo Exp $ module Errno class EPROTO < SystemCallError; end class ECONNRESET < SystemCallError; end class ECONNABORTED < SystemCallError; end end
Version data entries
145 entries across 145 versions & 5 rubygems