Sha256: d5341378a0412d4caee4fc8b16c4a75f34f57c3d1362e19420bca1512c0f3684
Contents?: true
Size: 620 Bytes
Versions: 18
Compression:
Stored size: 620 Bytes
Contents
# # It is auto-generated content. # Do not do required for this file in your application. # class IPSocket 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.getaddress(req) end def addr end def peeraddr end def recvfrom(rest) end end
Version data entries
18 entries across 18 versions & 2 rubygems