Method: TuneSpec::Configuration.extended
- Defined in:
- lib/tune_spec/configuration.rb
.extended(base) ⇒ Object
Make sure the default values are set when the module is ‘extended’
27 28 29 |
# File 'lib/tune_spec/configuration.rb', line 27 def self.extended(base) base.reset end |