* numeric.c (flo_minus): RDoc update. a patch from red stun
in [ruby-core:27951] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
317fea44af
commit
b8acb1cc2d
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 1 17:08:42 2010 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* numeric.c (flo_minus): RDoc update. a patch from red stun
|
||||||
|
in [ruby-core:27951]
|
||||||
|
|
||||||
Mon Feb 1 07:36:33 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
Mon Feb 1 07:36:33 2010 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
* ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.
|
* ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.
|
||||||
|
@ -637,7 +637,7 @@ flo_plus(VALUE x, VALUE y)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* float + other -> float
|
* float - other -> float
|
||||||
*
|
*
|
||||||
* Returns a new float which is the difference of <code>float</code>
|
* Returns a new float which is the difference of <code>float</code>
|
||||||
* and <code>other</code>.
|
* and <code>other</code>.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user