Module: Pakyow::Support::Configurable::Initializer
- Defined in:
- lib/pakyow/support/configurable.rb
Instance Method Summary collapse
- #initialize ⇒ Object private
Instance Method Details
#initialize ⇒ 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.
65 66 67 68 69 |
# File 'lib/pakyow/support/configurable.rb', line 65 def initialize(*) @__config = self.class.__config.dup @__config.update_configurable(self) super end |