Class: LFP::Buildinfo

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/libfixposix/ffi.rb

Class Method Summary collapse

Class Method Details

.const_missing(sym) ⇒ Object



45
46
47
48
49
# File 'lib/libfixposix/ffi.rb', line 45

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