[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:
Šimon Lukašík 2023-04-10 12:20:42 +00:00 коммит произвёл GitHub
Родитель dc5f938765
Коммит 2e50c07e23
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -210,8 +210,6 @@ class Integer
self
end
#
# Document-method: Integer#size
# call-seq:
# int.size -> int
#