Skip to content

Instantly share code, notes, and snippets.

@tmn
Last active January 1, 2016 06:29
Show Gist options
  • Save tmn/8105046 to your computer and use it in GitHub Desktop.
Save tmn/8105046 to your computer and use it in GitHub Desktop.
c.plugins.options = {}
Dir["./lib/data/*.settings.rb"].each {
|file| eval( File.open(file, "rb").read ).each do |key, val|
c.plugins.options[key] = val
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment