mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] replace Fixnum with Integer [ci skip]
* numeric.c: [DOC] update document for Integer class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6c4903ce2c
commit
4e44f6ef86
18 changed files with 51 additions and 75 deletions
|
@ -439,7 +439,7 @@ allocation_method_id(VALUE self, VALUE obj)
|
|||
}
|
||||
|
||||
/*
|
||||
* call-seq: allocation_generation(object) -> Fixnum
|
||||
* call-seq: allocation_generation(object) -> integer or nil
|
||||
*
|
||||
* Returns garbage collector generation for the given +object+.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue