Method: ROM::Repository#initialize
- Defined in:
- lib/rom/repository.rb
#initialize ⇒ Repository
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Initializes a new repository object
108 109 110 111 |
# File 'lib/rom/repository.rb', line 108 def initialize(*, **) super @relations = {} end |