Method: Anise::Annotations#annotation_added
- Defined in:
- lib/anise/annotations.rb
#annotation_added(ref, ns = :ann) ⇒ Object
Callback method. This method is called for each new annotation.
81 82 83 |
# File 'lib/anise/annotations.rb', line 81 def annotation_added(ref, ns=:ann) super(ref, ns) if defined?(super) end |