Libraries
»
vnehm
(1.1.3)
»
Index
»
Vnehm
»
Cfg
»
write
Method: Vnehm::Cfg.write
Defined in:
lib/vnehm/cfg.rb
.
write
⇒
Object
42 43 44
# File 'lib/vnehm/cfg.rb', line 42
def
write
IO
.
write
(
FILE_PATH
,
config_hash
.
to_yaml
)
end