Method: Rainmaker::Configuration.extended
- Defined in:
- lib/rainmaker/configuration.rb
.extended(base) ⇒ Object
When this module is extended, set all configuration options to their default values
62 63 64 |
# File 'lib/rainmaker/configuration.rb', line 62 def self.extended(base) base.reset end |