Method: ContextIO::Config.extended
- Defined in:
- lib/context-io/config.rb
.extended(base) ⇒ 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.
Makes sure the default values are always set
64 65 66 |
# File 'lib/context-io/config.rb', line 64 def self.extended(base) base.reset end |