# File lib/standard/facets/equitable.rb, line 29 def self.identify(base, *accessors) base.send(:define_method, :identity){ accessors } self end