diff options
author | Šimon Lukašík <[email protected]> | 2023-04-10 12:20:42 +0000 |
---|---|---|
committer | <[email protected]> | 2023-04-10 21:20:42 +0900 |
commit | 2e50c07e2315e7e66acc567496f70c3e0ff895b2 () | |
tree | 20d1118cbf89db6a4c4b3218c4bb647b5d0b9a3d /numeric.rb | |
parent | dc5f9387654a89ee18384ddec1bde5b44f7c238d (diff) |
[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
Notes: Merged: https://.com/ruby/ruby/pull/7682 Merged-By: nobu <[email protected]>
-rw-r--r-- | numeric.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -210,8 +210,6 @@ class Integer self end - # - # Document-method: Integer#size # call-seq: # int.size -> int # |