# File lib/extlib/hook.rb, line 122
      def register_class_hooks(*hooks)
        hooks.each { |hook| register_hook(hook, :class) }
      end