# File lib/dm-core/adapters/in_memory_adapter.rb, line 92
      def initialize(name, options = {})
        super
        @records = {}
      end