Method: Anise::Annotation::Aid#annotation_added
- Defined in:
- lib/anise/annotation.rb
#annotation_added(name) ⇒ Object
Callback method. This method is called for each new annotation.
165 166 167 |
# File 'lib/anise/annotation.rb', line 165 def annotation_added(name) super if defined?(super) end |