Method: Innate::Helper::Aspect::SingletonMethods#after
- Defined in:
- lib/innate/helper/aspect.rb
#after(*names, &block) ⇒ Object
Hook that is called after a specific list of actions.
248 249 250 |
# File 'lib/innate/helper/aspect.rb', line 248 def after(*names, &block) names.each{|name| AOP[self][:after][name] = block } end |