# File Hookable.rb, line 428
                def self.remove_from klass, method
                        klass.remove_hook(method, @__wrapper_cache[method])
                end