Method: ROM::Setup#initialize

Defined in:
lib/rom/setup.rb

#initialize(notifications) ⇒ Setup

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.

Returns a new instance of Setup.



30
31
32
33
34
35
36
# File 'lib/rom/setup.rb', line 30

def initialize(notifications)
  @relation_classes = []
  @command_classes = []
  @mapper_classes = []
  @plugins = []
  @notifications = notifications
end