# File lib/dm-core/support/hook.rb, line 121
      def after(target_method, method_sym = nil, &block)
        install_hook :after, target_method, method_sym, :instance, &block
      end