Created
May 18, 2022 09:36
-
-
Save denisdefreyne/2d88492e6d0069199b8c313498194a2e 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
class Path | |
# … | |
def ==(other) | |
self.class == other.class && | |
@components == other.components | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment