Project

General

Profile

Actions

Bug #11078

closed

2.2 String#unicode_normalize method does not appear in generated API docs

Added by jrochkind (jonathan rochkind) about 9 years ago. Updated almost 7 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin12.0]
[ruby-core:<unknown>]

Description

The new in 2.2 String#unicode_normalize and String#unicode_normalized? methods are very useful.

But they do not seem to appear in the generated ruby API docs, which means many people won't realize they exist.

http://ruby-doc.org/core-2.2.0/String.html

Does not mention any unicode_normalize method. Should it?

There is generated docs for a UnicodeNormalize module at http://ruby-doc.org/stdlib-2.2.0/libdoc/unicode_normalize/rdoc/UnicodeNormalize.html , but it documents methods with different names, just normalize and normalized?. I think these are the same methods. I am not sure if this module is what is used in String? I am not sure why the method names differ, or why they don't show up directly in the generated String API docs.

If they could show up in the generated String API docs, with the correct method names, it would make it easier for developers to discover their existence and proper method names and functionality.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0Like0