summaryrefslogtreecommitdiff
path: root/numeric.rb
diff options
context:
space:
mode:
authorŠimon Lukašík <isimluk@fedoraproject.org>2023-04-10 12:20:42 +0000
committerGitHub <noreply@github.com>2023-04-10 21:20:42 +0900
commit2e50c07e2315e7e66acc567496f70c3e0ff895b2 (patch)
tree20d1118cbf89db6a4c4b3218c4bb647b5d0b9a3d /numeric.rb
parentdc5f9387654a89ee18384ddec1bde5b44f7c238d (diff)
downloadruby-2e50c07e2315e7e66acc567496f70c3e0ff895b2.tar.gz
[DOC] The Document-method hint is needed only in C files
'Document-method' string in C file has a special treatment. In Ruby source file, however, it is considered to be part of the documentation. Note Numeric#size was migrated from C to Ruby, in 3208a5df2dfb429752a130a36274464e9924cf44
Diffstat (limited to 'numeric.rb')
-rw-r--r--numeric.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/numeric.rb b/numeric.rb
index c7ff585db8..92768200ad 100644
--- a/numeric.rb
+++ b/numeric.rb
@@ -210,8 +210,6 @@ class Integer
self
end
- #
- # Document-method: Integer#size
# call-seq:
# int.size -> int
#