module Callback
Defined in:
callback.crConstant Summary
-
VERSION =
"0.1.0"
Macro Summary
- register_event(event_name, *types)
-
run_event(event_name, *args)
we do this because we have to make the core method a different name than is registered b/c crystal checks for available macros before checking for methods so they can't be the same name
Macro Detail
macro run_event(event_name, *args)
#
we do this because we have to make the core method a different name than is registered b/c crystal checks for available macros before checking for methods so they can't be the same name