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.
eql?
1 parent 6848de8 commit 31d7b6aCopy full SHA for 31d7b6a
README.md
@@ -1368,7 +1368,7 @@ condition](#safe-assignment-in-condition).
1368
1369
# good
1370
"ruby" == some_str
1371
- 1.0.eql? == x # eql? makes sense here if want to differentiate between Fixnum and Float 1
+ 1.0.eql? x # eql? makes sense here if want to differentiate between Fixnum and Float 1
1372
```
1373
1374
* <a name="no-cryptic-perlisms"></a>
0 commit comments