class Familyable::Person
Public Instance Methods
<=>(other)
click to toggle source
# File lib/familyable/person.rb, line 10 def <=>(other) id <=> other.id end
# File lib/familyable/person.rb, line 10 def <=>(other) id <=> other.id end