You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of casecmp? mentions other_other_str instead of other_str
casecmp?(other_str) → true, false, or nil
Returns true if str and other_other_str are equal after Unicode case folding, false if they are not equal, and nil if other_str is not a string.
Description of
casecmp?
mentionsother_other_str
instead ofother_str
https://ruby-doc.org/core-2.4.3/String.html
The text was updated successfully, but these errors were encountered: