# File lib/innate/helper/aspect.rb, line 106 def after(*names, &block) names.each{|name| AOP[self][:after][name] = block } end