# File lib/innate/helper/aspect.rb, line 115 115: def add_action_wrapper(order, method_name) 116: if wrap = trait[:wrap] 117: wrap.merge(SortedSet[[order, method_name.to_s]]) 118: else 119: trait :wrap => SortedSet[[order, method_name.to_s]] 120: end 121: end
# File lib/innate/helper/aspect.rb, line 106 106: def after(*names, &block) 107: names.each{|name| AOP[self][:after][name] = block } 108: end
# File lib/innate/helper/aspect.rb, line 102 102: def after_all(&block) 103: AOP[self][:after_all] = block 104: end
# File lib/innate/helper/aspect.rb, line 98 98: def before(*names, &block) 99: names.each{|name| AOP[self][:before][name] = block } 100: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.