module Rufus::Lua::Lib
Public Class Methods
path()
click to toggle source
Rufus::Lua::Lib.path
returns the path to the library used.
# File lib/rufus/lua/lib.rb, line 46 def self.path f = ffi_libraries.first f ? f.name : nil end