Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Created May 18, 2022 09:39
Show Gist options
  • Save denisdefreyne/b9c2b8bbdaafd57e1c6209e3fd56dc55 to your computer and use it in GitHub Desktop.
Save denisdefreyne/b9c2b8bbdaafd57e1c6209e3fd56dc55 to your computer and use it in GitHub Desktop.
class Employee
# …
def hash
[self.class, @id].hash
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment