Base repository interface for managing entities
Instance methods
[]=(id : String, entity : T) : T
Source[]?(id : String) : T | Nil
Sourcedelete(id : String) : T | Nil
Sourceeach
Must yield this collection's elements to the block.
Sourcesize
Returns the number of elements in the collection.
[1, 2, 3, 4].size # => 4
Source