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