libaspectr

Simple aspect-oriented programming in ruby
 
  0
  no reviews



Aspect-oriented programming concepts to ruby. essentially it allows you to wrap code around existing methods in your classes. this can be a good thing (and even affect how you design your code) since it separates different concerns into different parts of the code. it is somewhat similar to aspectj, www.aspectj.org/.