Class: LFP::Rlimit
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- LFP::Rlimit
- Defined in:
- lib/libfixposix/ffi.rb
Overview
structs and classes
Class Method Summary collapse
Class Method Details
.const_missing(sym) ⇒ Object
31 32 33 34 35 |
# File 'lib/libfixposix/ffi.rb', line 31 def self.const_missing( sym ) value = enum_value( sym ) return super unless value value end |