class EacRubyUtils::Ruby::OnReplaceObjects

def replace_self_method(object, method_name, &block)

def replace_self_method(object, method_name, &block)
  add_replacement(:replace_instance_method, object.singleton_class, method_name, &block)
end