MicroEvent.rb
A minimal library that allows you to add observer callbacks to Ruby objects. It is implemented in about 15 lines of code. I have used it to build a minimal logging library.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
A minimal library that allows you to add observer callbacks to Ruby objects. It is implemented in about 15 lines of code. I have used it to build a minimal logging library.
Post a comment