replace MPW::password to MPW.password

replace YAML::load_file to YAML.load_file
replace YAML::load to YAML.safe_load
This commit is contained in:
Adrien Waksberg 2017-03-28 22:56:23 +02:00
parent 31aba3b13c
commit 351499aef6
4 changed files with 9 additions and 9 deletions

View file

@ -46,5 +46,5 @@ OptionParser.new do |opts|
end
end.parse!
puts MPW::MPW::password(options)
puts MPW::MPW.password(options)
exit 0