Method: Vnehm::Cfg.write

Defined in:
lib/vnehm/cfg.rb

.writeObject



42
43
44
# File 'lib/vnehm/cfg.rb', line 42

def write
  IO.write(FILE_PATH, config_hash.to_yaml)
end