Skip to content

Commit

Permalink
Fix code in Explicit Use of the Case Equality Operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ydakuka committed Oct 29, 2023
1 parent ce258a1 commit 8e2a138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2504,7 +2504,7 @@ Array === something
# good
something.is_a?(Array)
(1..100).include?(7)
(1..100).cover?(7)
some_string.match?(/something/)
----

Expand Down

0 comments on commit 8e2a138

Please sign in to comment.