/ Published in: Ruby
Read settings or similiar data from yaml file.
Expand |
Embed | Plain Text
require 'yaml' settings = YAML::load_file('filename.yaml')
Comments
Subscribe to comments
You need to login to post a comment.

very good !!!