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.



70
71
72
73
74
75
# File 'lib/rufus/lua/lib.rb', line 70

def self.path

  f = ffi_libraries.first

  f ? f.name : nil
end