Sha256: a03b86385cdfa2f04555b670b5da8e91d98b19c2aba37db98aefb54ec1f382f3
Contents?: true
Size: 343 Bytes
Versions: 6
Compression:
Stored size: 343 Bytes
Contents
# This class represents a "struct kevent" structure for Ruby. # This may be passed to Kqueue::IO#kevent as either a single element # or as an element inside an array to inject changes into the kevent # list. class SleepyPenguin::Kevent < Struct.new(:ident, :filter, :flags, :fflags, :data, :udata) end
Version data entries
6 entries across 6 versions & 1 rubygems