Module: LFP

Extended by:
FFI::Library
Defined in:
lib/libfixposix.rb,
lib/libfixposix.rb,
lib/libfixposix/ffi.rb

Overview

Extract bound version

Defined Under Namespace

Modules: LFPFile Classes: Buildinfo, Rlimit, SpawnFileActions, Spawnattr

Constant Summary collapse

VERSION =
"#{LFP::INTERFACE_VERSION}.0"
COMPLETE_VERSION =
{
	gem: LFP::VERSION,
	interface: LFP::INTERFACE_VERSION,
	library: LFP::SO_VERSION,
}
INTERFACE_VERSION =
"0.5.1"

Class Method Summary collapse

Class Method Details

.const_missing(sym) ⇒ Object



16
17
18
19
20
# File 'lib/libfixposix/ffi.rb', line 16

def self.const_missing( sym )
	value = enum_value( sym )
	return super unless value
	value
end