Libraries
»
vdns
(1.0.1)
»
Index
»
VDNS
»
Config
»
#read_file
Method: VDNS::Config#read_file
Defined in:
lib/vdns/config.rb
#
read_file
⇒
Object
49 50 51
# File 'lib/vdns/config.rb', line 49
def
read_file
@config
=
YAML
.
load_file
(
@file
)
end