Guest User

Untitled

a guest
Oct 19th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. data = YAML.load_file('/var/www/config.yml')
  2. data[targetKey] = targetValue
  3. File.write("/var/www/config.yml",YAML.dump(data))
Advertisement
Add Comment
Please, Sign In to add comment