module EvilEvents::Application
@api public @since 0.2.0
Public Class Methods
registered_events()
click to toggle source
@see EvilEvents::Core::System
@api public @since 0.2.0
# File lib/evil_events/application.rb, line 11 def registered_events EvilEvents::Core::Bootstrap[:event_system].registered_events end
restart_event_notifier()
click to toggle source
@see EvilEvents::Core::System
@api public @since 0.3.0
# File lib/evil_events/application.rb, line 18 def restart_event_notifier EvilEvents::Core::Bootstrap[:event_system].restart_event_notifier end