Actions
Misc #12835
closedRDoc comment of String#casecmp
Misc #12835:
RDoc comment of String#casecmp
Status:
Closed
Assignee:
-
Updated by znz (Kazuhiro NISHIYAMA) almost 10 years ago
I created pull request for Japanese Reference Manual.
Updated by stomar (Marcus Stollsteimer) over 9 years ago
Note that String#casecmp can return nil:
The relevant lines in the source code (in string.c):
Updated by stomar (Marcus Stollsteimer) over 9 years ago
I tried to clarify this in the rdoc with r57886.
Updated by stomar (Marcus Stollsteimer) over 9 years ago
- Status changed from Open to Closed
Closing since the rdoc matches the actual behavior. Additionally I opened a new issue because raising TypeError seems to be inconsistent with other comparison methods, see #13312.
Actions