mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* bignum.c (get2comp): need to specify to carry or not.
* io.c (rb_io_inspect): embed path info. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9ce7325615
commit
088d04d88e
5 changed files with 49 additions and 22 deletions
1
file.c
1
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue