# File Hookable.rb, line 423
                def self.add_to klass, method
                        klass.add_hook(method, @__wrapper_cache[method])
                end