1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* rational.c: edited rdoc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2009-07-05 15:48:09 +00:00
parent 95b71ae3fb
commit 2db8644039
2 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
Mon Jul 6 00:41:41 2009 Tadayoshi Funaba <tadf@dotrb.org>
* rational.c: edited rdoc.
Sun Jul 5 23:55:57 2009 Tanaka Akira <akr@fsij.org>
* time.c (find_time_t): fix Time.local(2009,2,31) failure on 64bit

View file

@ -1557,7 +1557,7 @@ integer_numerator(VALUE self)
/*
* call-seq:
* int.numerator -> 1
* int.denominator -> 1
*
* Returns 1.
*/