Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created July 2, 2014 04:10
Show Gist options
  • Save memememomo/e31a8d11d7697640ffa9 to your computer and use it in GitHub Desktop.
Save memememomo/e31a8d11d7697640ffa9 to your computer and use it in GitHub Desktop.
Rubyのハッシュ形式で記述された設定ファイルを読み込む ref: http://qiita.com/uchiko/items/7807d4282be29cc6d639
{
:username => 'hogehoge',
:password => 'hugahuga',
}
config = eval File.read 'config.rb'
p config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment