gcao / aspect4r

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

Intermediary method creation and removal #18

Closed gcao closed 14 years ago

gcao commented 14 years ago

Methods should be created after first execution

Aspects can be unregistered during execution (this can be useful for debugging purpose at least)

gcao commented 14 years ago

a4r_disable_advices_temporarily is created for testing purpose