diff options
Diffstat (limited to 'doc/string/intern.rdoc')
| -rw-r--r-- | doc/string/intern.rdoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/string/intern.rdoc b/doc/string/intern.rdoc index 1336e4688f..eded6ac3d7 100644 --- a/doc/string/intern.rdoc +++ b/doc/string/intern.rdoc @@ -2,7 +2,6 @@ Returns the Symbol object derived from +self+, creating it if it did not already exist: 'foo'.intern # => :foo - 'тест'.intern # => :тест 'こんにちは'.intern # => :こんにちは Related: see {Converting to Non-String}[rdoc-ref:String@Converting+to+Non--5CString]. |
