# File lib/dm-core/model/hook.rb, line 23 def after(target_method, *args, &block) remap_target_method(target_method).each do |target_method| super(target_method, *args, &block) end end