mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b83a7c1076
commit
5d372d0c40
1 changed files with 2 additions and 2 deletions
4
bignum.c
4
bignum.c
|
@ -1388,9 +1388,9 @@ rb_big_eql(VALUE x, VALUE y)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* -big => other_big
|
* -big => integer
|
||||||
*
|
*
|
||||||
* Unary minus (returns a new Bignum whose value is 0-big)
|
* Unary minus (returns an integer whose value is 0-big)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
|
Loading…
Add table
Reference in a new issue