datamapper/dm-core

View on GitHub
lib/dm-core/identity_map.rb

Summary

Maintainability
A
0 mins
Test Coverage
module DataMapper

  # Tracks objects to help ensure that each object gets loaded only once.
  # See: http://www.martinfowler.com/eaaCatalog/identityMap.html
  class IdentityMap < Hash
  end # class IdentityMap
end # module DataMapper