class Module
def remove_possible_singleton_method(method)
def remove_possible_singleton_method(method) singleton_class.instance_eval do remove_possible_method(method) end end
def remove_possible_singleton_method(method) singleton_class.instance_eval do remove_possible_method(method) end end