# File Hookable.rb, line 292
                def disable_hook symbol, hook
                        self.change_hook_state symbol, hook, false
                end