Aspect4r API and execution model
I have blogged about Aspect4r API and execution model recently. They should bring you a good understanding on how it works and how it can be used. If you have not give it a peek, now is the good time. As always, any suggestions/comments are welcome.
Comments
Hi Guys, It would be greatly appreciated if you’d explain a little bit about the subject in your posts. I don’t know every gem by name or remember what they do.
In this case Aspect4r. I have clicked the link and I still couldn’t figure out fast what this was about and if it might be interesting for me.
You might say that is my problem. But you also might be user-friendly and help your readers skim through your posts faster.
But, and I mean this, thanks for often providing me with nice links and new gems I didn’t know about.
Sander
Thank you for your feedback. I understand your frustration and will try to avoid this in the future.
Aspect4r is a library that brings Aspect Oriented Programming to Ruby. It is not much more than a method wrapper but can be the only major missing piece of AOP support in Ruby. You can take a look at http://github.com/gcao/aspect4r to get some idea about its features and usage. I’ve written several posts which covers it in more detail: http://gcao.posterous.com/
Post a comment