gcao / aspect4r

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

:before, :after option #6

Closed gcao closed 14 years ago

gcao commented 14 years ago

can take :before option and insert aspect before named aspect

can take :after option and insert aspect immediately after named aspect

gcao commented 14 years ago

After we introduce 'group', this become questionable.

When we insert an advice before an advice defined in parent class, should the new advice take group id from the parent class because otherwise it will change the order of execution.

gcao commented 14 years ago

NO