Skip to content

Instantly share code, notes, and snippets.

@raa0121
Created January 7, 2014 14:16
Show Gist options
  • Save raa0121/8299890 to your computer and use it in GitHub Desktop.
Save raa0121/8299890 to your computer and use it in GitHub Desktop.
+++ DodontoFServer.rb 2014-01-07 23:14:25.024080088 +0900
--- DodontoFServer.rb 2013-12-24 22:32:56.000000000 +0900
@@ -2206,7 +2206,7 @@
# "_README.txt" のように _ で始まるファイルは対象外とします
next if(/^_/ === name)
- lines = File.readlines(fileName).join
+ lines = File.readlines(fileName)
params = {}
lines.each do |line|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment