Skip to content

Commit 2e50c07

Browse files
authored
[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 3208a5d
1 parent dc5f938 commit 2e50c07

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

numeric.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ def ord
210210
self
211211
end
212212

213-
#
214-
# Document-method: Integer#size
215213
# call-seq:
216214
# int.size -> int
217215
#

0 commit comments

Comments
 (0)