mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[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 3208a5df2d
This commit is contained in:
parent
dc5f938765
commit
2e50c07e23
Notes:
git
2023-04-10 12:21:13 +00:00
Merged: https://github.com/ruby/ruby/pull/7682 Merged-By: nobu <nobu@ruby-lang.org>
1 changed files with 0 additions and 2 deletions
|
@ -210,8 +210,6 @@ class Integer
|
|||
self
|
||||
end
|
||||
|
||||
#
|
||||
# Document-method: Integer#size
|
||||
# call-seq:
|
||||
# int.size -> int
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue