From 4e44f6ef8668faa59898de2da7612b6a2cad1eb8 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 26 Oct 2016 06:11:23 +0000 Subject: [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 --- proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 651eaaad0d..a7f22714fe 100644 --- a/proc.c +++ b/proc.c @@ -1087,7 +1087,7 @@ iseq_location(const rb_iseq_t *iseq) /* * call-seq: - * prc.source_location -> [String, Fixnum] + * prc.source_location -> [String, Integer] * * Returns the Ruby source filename and line number containing this proc * or +nil+ if this proc was not defined in Ruby (i.e. native) @@ -2472,7 +2472,7 @@ rb_obj_method_location(VALUE obj, ID id) /* * call-seq: - * meth.source_location -> [String, Fixnum] + * meth.source_location -> [String, Integer] * * Returns the Ruby source filename and line number containing this method * or nil if this method was not defined in Ruby (i.e. native) -- cgit v1.2.3