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