We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5368fc commit 55938a4Copy full SHA for 55938a4
doc/string.rb
@@ -194,10 +194,10 @@
194
#
195
# _Counts_
196
197
-# - #length (aliased as #size): Returns the count of characters (not bytes).
198
-# - #empty?: Returns whether the length of +self+ is zero.
199
# - #bytesize: Returns the count of bytes.
200
# - #count: Returns the count of substrings matching given strings.
+# - #empty?: Returns whether the length of +self+ is zero.
+# - #length (aliased as #size): Returns the count of characters (not bytes).
201
202
# _Substrings_
203
0 commit comments