From 1e60b92e4abdc40b59d498ba55e916f7a6f3608b Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 22 Feb 2002 10:28:47 +0000 Subject: * bignum.c (get2comp): need to specify to carry or not. * io.c (rb_io_inspect): embed path info. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 1 - 1 file changed, 1 deletion(-) (limited to 'file.c') diff --git a/file.c b/file.c index 1b0ad93a5..d797a786d 100644 --- a/file.c +++ b/file.c @@ -2593,7 +2593,6 @@ Init_File() rb_file_const("LOCK_NB", INT2FIX(LOCK_NB)); rb_define_method(rb_cFile, "path", rb_file_path, 0); - rb_define_global_function("test", rb_f_test, -1); rb_cStat = rb_define_class_under(rb_cFile, "Stat", rb_cObject); -- cgit