Expose event broadcasting
421 422 423
# File 'lib/tty/reader.rb', line 421 def trigger(event, *args) publish(event, *args) end