Class: Persistence::Adapter::Mock::Cursor
- Inherits:
-
Object
- Object
- Persistence::Adapter::Mock::Cursor
- Includes:
- CursorInterface
- Defined in:
- lib/persistence/adapter/mock/cursor.rb,
lib/namespaces.rb
Overview
Cursor class for Mock adapter. Interface implementation provided in module so methods can be easily overridden.
Defined Under Namespace
Modules: CursorInterface
Method Summary
Methods included from CursorInterface
#close, #current, #current_key, #first, #first_key, #initialize, #next, #next_key, #persisted?, #supports_bucket_order?, #supports_index_order?