Created
May 18, 2022 09:33
-
-
Save denisdefreyne/65d08589f445e61e06e67a2d5366a5b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
geb = Book.find_by(title: "Gödel, Escher, Bach") | |
also_geb = Book.find_by(isbn: "978-0-14-028920-6") | |
geb == also_geb # => true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment