about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-02 18:32:17 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-02 18:32:17 -0700
commit2643f9c34a4fc63ab9533d851a564be93dcc8bdb (patch)
treeef0b79ed91d419c61343db89410cfd2cd8aac292 /Rakefile
parenta2d5ad61d5f7c6b744f49ce549292e7f2d353ead (diff)
downloadunicorn-2643f9c34a4fc63ab9533d851a564be93dcc8bdb.tar.gz
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a5a9771..13b35e2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -73,7 +73,7 @@ task :news_rdoc do
     puts ""
 
     body = tag[:body]
-    puts tag[:body].gsub(/^/sm, "  ").gsub!(/[ \t]+$/sm, "")
+    puts tag[:body].gsub(/^/sm, "  ").gsub(/[ \t]+$/sm, "")
     puts ""
   end
 end