# File lib/dm-core/model/hook.rb, line 25
        def after(target_method, method_sym = nil, &block)
          setup_hook(:after, target_method, method_sym, block) { super }
        end