Method: Immunio::LuaVM#lua_call

Defined in:
lib/immunio/vm.rb

#lua_callObject

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.message, e.backtrace
end