Add #flo_coerce documentation.

Signed-off-by: URABE, Shyouhei <shyouhei@ruby-lang.org>



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2011-05-13 10:27:10 +00:00
Родитель 79fdc67835
Коммит eb5de217f1
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -668,7 +668,15 @@ flo_to_s(VALUE flt)
}
/*
* MISSING: documentation
* call-seq:
* flt.flo_coerce(numeric) -> array
*
* Returns an array with both <i>aNumeric</i> and <i>flt</i> represented
* as <code>Float</code> objects.
* This is achieved by converting <i>aNumeric</i> to a <code>Float</code>.
*
* 1.2.coerce(3) #=> [3.0, 1.2]
* 2.5.coerce(1.1) #=> [1.1, 2.5]
*/
static VALUE