Project

triton

0.0
No commit activity in last 3 years
No release in over 3 years
Triton is an implementation of the event/listener pattern like EventEmitter on Node.js
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.7.0
~> 0.10.0
 Project Readme

Triton

Description

Triton is an implementation of the event/listener pattern like EventEmitter on Node.js.

Installation

gem install triton

Example

require 'triton'
Triton::Messenger.on(:alert) { puts "alert!" }
Triton::Messenger.emit(:alert)
    # -> alert!

License

Released under the MIT License. See the LICENSE file for further details.