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