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