• Stars
    star
    22
  • Rank 1,048,934 (Top 21 %)
  • Language
    Ruby
  • Created over 14 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A really simple event/hook/callback implementation that extends the Object class by default, or can be used to extend modules and classes as well. Now all your objects can join in the fun of firing events! RubyEvents even offers you callbacks on already defined methods, without having to do the hard work yourself - yes this means you can have callbacks on standard library methods without having to monkey patch yourself!