From 2e50c07e2315e7e66acc567496f70c3e0ff895b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Luka=C5=A1=C3=ADk?= Date: Mon, 10 Apr 2023 12:20:42 +0000 Subject: [PATCH] [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 --- numeric.rb | 2 -- 1 file changed, 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 #