ruby-lua icon indicating copy to clipboard operation
ruby-lua copied to clipboard

Call Lua from Ruby (and Ruby from Lua in Ruby)

Results 2 ruby-lua issues
Sort by recently updated
recently updated
newest added

When I try to do a lua.call, I got this error. cannot load such file -- language/lua/function I'm using ruby 2.1, and lua5.1

In Fedora 20 I observed that installing ruby-lua-0.4.0 succeeded, but the compiled `lua.so` did not know to dynamically load the lua library. It was missing the `-llua` flag. examining `extconf.rb`...