Method: Eternity::CollectionIndex#initialize
- Defined in:
- lib/eternity/collection_index.rb
#initialize(options) ⇒ CollectionIndex
Returns a new instance of CollectionIndex.
7 8 9 |
# File 'lib/eternity/collection_index.rb', line 7 def initialize() @index = Restruct::Hash.new end |