Method: MiniObject::IndexedList#initialize
- Defined in:
- lib/mini_object/indexed_list.rb
#initialize ⇒ IndexedList
Returns a new instance of IndexedList.
7 8 9 |
# File 'lib/mini_object/indexed_list.rb', line 7 def initialize @store = {} end |