small cleanup

This commit is contained in:
Torsten Ruger
2018-04-02 18:30:03 +03:00
parent 9fafbe4e96
commit 299a130761
2 changed files with 2 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# A simple event registering/triggering module to mix into classes.
# Events are stored in the `@events` ivar.
module Util
# A simple event registering/triggering module to mix into classes.
# Events are stored in the `@events` ivar.
module Eventable
# Risc a handler for the given event name.