# File lib/dm-core/support/hook.rb, line 145 def register_instance_hooks(*hooks) hooks.each { |hook| register_hook(hook, :instance) } end