# File lib/core/event.rb, line 93 def dispatch(handler) (handler.__send__(@method, self); true) if handler.respond_to? @method end