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