Method: Confset.reload!
- Defined in:
- lib/confset.rb
.reload! ⇒ Object
91 92 93 94 95 96 |
# File 'lib/confset.rb', line 91 def self.reload! until Confset.const_name do const = Object.const_get(Confset.const_name) const.reload! end end |