# File lib/dm-core/adapters/in_memory_adapter.rb, line 4
      def initialize(name, uri_or_options)
        @records = Hash.new { |hash,model| hash[model] = Array.new }
      end