Sha256: e032da884cf29730329960a4cf39be8fd3c78fb22392e5a995b6f5d4bc56e9e4
Contents?: true
Size: 553 Bytes
Versions: 18
Compression:
Stored size: 553 Bytes
Contents
# # It is auto-generated content. # Do not do required for this file in your application. # class TCPSocket module WaitReadable end module WaitWritable end SEEK_SET = 0 SEEK_CUR = 1 SEEK_END = 2 LOCK_SH = 1 LOCK_EX = 2 LOCK_UN = 8 LOCK_NB = 4 RDONLY = 0 WRONLY = 1 RDWR = 2 APPEND = 8 CREAT = 256 EXCL = 1024 NONBLOCK = 4 TRUNC = 512 BINARY = 32768 FNM_NOESCAPE = 1 FNM_PATHNAME = 2 FNM_DOTMATCH = 4 FNM_CASEFOLD = 8 FNM_SYSCASE = 8 def self.gethostbyname(req) end end
Version data entries
18 entries across 18 versions & 2 rubygems