Method: Immunio::LuaVM#lua_call
- Defined in:
- lib/immunio/vm.rb
#lua_call ⇒ Object
Wrap calls to Lua VM.
227 228 229 230 231 |
# File 'lib/immunio/vm.rb', line 227 def lua_call @@monitor.synchronize { yield } rescue Rufus::Lua::LuaError => e raise VMError, e., e.backtrace end |