Method: Omnes::Configurable#nest_config

Defined in:
lib/omnes/configurable.rb

#nest_config(constant, name: default_nesting_name(constant)) ⇒ Object

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.



94
95
96
# File 'lib/omnes/configurable.rb', line 94

def nest_config(constant, name: default_nesting_name(constant))
  config.add_nesting(constant, name)
end