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