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