summaryrefslogtreecommitdiff
path: root/build_posts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'build_posts.rb')
-rw-r--r--build_posts.rb11
1 files changed, 1 insertions, 10 deletions
diff --git a/build_posts.rb b/build_posts.rb
index 53a18ac..ec03b77 100644
--- a/build_posts.rb
+++ b/build_posts.rb
@@ -25,7 +25,6 @@ def filename
return file
end
-
i = 0
while (i < content.length)
@content = content[i]
@@ -36,12 +35,4 @@ while (i < content.length)
f.write(template.result)
end
i += 1
-end
-
-=begin
-filename.each do |file|
- File.open(file, 'w') do |f|
- f.write(template.result)
- end
-end
-=end \ No newline at end of file
+end \ No newline at end of file