Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Created May 18, 2022 09:36
Show Gist options
  • Save denisdefreyne/2d88492e6d0069199b8c313498194a2e to your computer and use it in GitHub Desktop.
Save denisdefreyne/2d88492e6d0069199b8c313498194a2e to your computer and use it in GitHub Desktop.
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