From c94187bce08dc83ae0c3d30835a73eb6dfe4689e Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 3 Apr 2003 05:25:00 +0000 Subject: * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- hash.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hash.c') diff --git a/hash.c b/hash.c index a2fa1fdcdf..d07530a834 100644 --- a/hash.c +++ b/hash.c @@ -1715,7 +1715,6 @@ Init_Hash() rb_define_alloc_func(rb_cHash, hash_alloc); rb_define_singleton_method(rb_cHash, "[]", rb_hash_s_create, -1); rb_define_method(rb_cHash,"initialize", rb_hash_initialize, -1); - rb_define_method(rb_cHash,"copy_object", rb_hash_replace, 1); rb_define_method(rb_cHash,"rehash", rb_hash_rehash, 0); -- cgit v1.2.3