Module: Rufus::Lua::StateMixin

Defined in:
lib/immunio/rufus_lua_ext/state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#error_handlerObject

Expose error_handler to set it manually on Functions since it is not inherited from State.



21
22
23
# File 'lib/immunio/rufus_lua_ext/state.rb', line 21

def error_handler
  @error_handler
end