Method: ROM::Configurable::Config#initialize
- Defined in:
- lib/rom/support/configurable.rb
#initialize(settings = {}) ⇒ Config
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 Config.
15 16 17 |
# File 'lib/rom/support/configurable.rb', line 15 def initialize(settings = {}) @settings = settings end |