Method: Gitlab::Configuration.extended
- Defined in:
- lib/gitlab/configuration.rb
.extended(base) ⇒ Object
Sets all configuration options to their default values when this module is extended.
20 21 22 |
# File 'lib/gitlab/configuration.rb', line 20 def self.extended(base) base.reset end |