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