Method: Buff::Config::Ruby#reload
- Defined in:
- lib/buff/config/ruby.rb
#reload ⇒ Buff::Config::Ruby
Reload the current configuration file from disk
155 156 157 158 |
# File 'lib/buff/config/ruby.rb', line 155 def reload mass_assign(self.class.from_file(path).to_hash) self end |