mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rdoc for String class
* lib/unicode_normalize.rb: [DOC] prevent a comment from showing up in the class documentation for String. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a8fca12633
commit
b637593ae7
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@
|
|||
|
||||
# Copyright Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
|
||||
|
||||
#--
|
||||
# additions to class String for Unicode normalization
|
||||
#++
|
||||
class String
|
||||
# === Unicode Normalization
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue