Class: Chassis::MemoryRepo
- Defined in:
- lib/chassis/repo/memory_repo.rb
Instance Method Summary collapse
-
#initialize ⇒ MemoryRepo
constructor
A new instance of MemoryRepo.
Methods inherited from BaseRepo
#all, #clear, #count, #create, #delete, #empty?, #find, #first, #graph_query, #initialize_storage, #last, #query, #sample, #update
Constructor Details
#initialize ⇒ MemoryRepo
Returns a new instance of MemoryRepo.
3 4 5 |
# File 'lib/chassis/repo/memory_repo.rb', line 3 def initialize @map = Repo::RecordMap.new end |