Method: Buff::Config::Ruby#reload

Defined in:
lib/buff/config/ruby.rb

#reloadBuff::Config::Ruby

Reload the current configuration file from disk

Returns:



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