Module: Rufus::Lua::Lib

Extended by:
FFI::Library
Defined in:
lib/rufus/lua/lib.rb

Class Method Summary collapse

Class Method Details

.pathObject

Rufus::Lua::Lib.path returns the path to the library used.



46
47
48
49
50
51
# File 'lib/rufus/lua/lib.rb', line 46

def self.path

  f = ffi_libraries.first

  f ? f.name : nil
end