Created
January 23, 2013 12:48
-
-
Save Lewuathe/4605175 to your computer and use it in GitHub Desktop.
configファイルの作り方 ref: http://qiita.com/items/e817658ad29c210a10af
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| config = { | |
| "A":"a", | |
| "B":"b", | |
| "C":"c" | |
| } | |
| config = '¥n'.join(map('='.join, config.iteritems()) | |
| # config= "A=a¥nB=b¥nC=c" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment