summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2023-02-19 20:16:04 +0000
committerJeremy Evans <code@jeremyevans.net>2023-02-19 14:26:34 -0800
commit3b239d2480123046a59a75f1089ab58d192b9c57 (patch)
treea7015491da2508153db26251ad30ac39d6d8a6a8 /doc
parent3d53827130e9f3792e80e9a947d5a0d604aa836b (diff)
downloadruby-3b239d2480123046a59a75f1089ab58d192b9c57.tar.gz
Remove (newly unneeded) remarks about aliases
Diffstat (limited to 'doc')
-rw-r--r--doc/string/length.rdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/string/length.rdoc b/doc/string/length.rdoc
index 0a7e17f7dc..544bca269f 100644
--- a/doc/string/length.rdoc
+++ b/doc/string/length.rdoc
@@ -10,4 +10,3 @@ Contrast with String#bytesize:
'тест'.bytesize # => 8
'こんにちは'.bytesize # => 15
-String#size is an alias for String#length.