# File lib/more/facets/equitable.rb, line 82 def eql?(o) identity.all?{ |a| send(a).eql?(o.send(a)) } end