# File lib/twitter/identity.rb, line 23 def self.store(object) return object unless identity_map identity_map.store(object.id, object) end