Ruby method decorators inspired by Python
I wrote this as a small practice for some ruby meta-programming fun: Ruby Decorators. The implementation is imo a little simpler than some other similar ruby decorator projects.
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!
I wrote this as a small practice for some ruby meta-programming fun: Ruby Decorators. The implementation is imo a little simpler than some other similar ruby decorator projects.
Post a comment