gcao / aspect4r

Aspect Oriented Programming for Ruby
http://gcao.posterous.com/
MIT License
26 stars 0 forks source link

APIs for common tasks #16

Open gcao opened 14 years ago

gcao commented 14 years ago

For example,

add_advice :type => :before, :target => A, :methods => :public_methods, :with => :do_something

Look at Aquarium for examples.