diff options
author | BurdetteLamar <[email protected]> | 2023-02-19 20:16:04 +0000 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2023-02-19 14:26:34 -0800 |
commit | 3b239d2480123046a59a75f1089ab58d192b9c57 (patch) | |
tree | a7015491da2508153db26251ad30ac39d6d8a6a8 /doc/string | |
parent | 3d53827130e9f3792e80e9a947d5a0d604aa836b (diff) |
Remove (newly unneeded) remarks about aliases
Diffstat (limited to 'doc/string')
-rw-r--r-- | doc/string/length.rdoc | 1 |
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. |