Mixin that add shortcuts to emit events
63 64 65
# File 'lib/triton/messenger.rb', line 63 def emit(type, *args) Triton::Messenger.emit(type, self, *args) end