Guest User

Untitled

a guest
Jul 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def ==(other)
  2. other.is_a?(self.class) && id.present? && other.id.present? && other.id == id
  3. end
  4. alias :eq :==
  5. alias :equal? :==
Add Comment
Please, Sign In to add comment