about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 03:53:36 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 03:53:36 -0700
commitf23cdf57fecff8711d82bee311909a123c1d02a0 (patch)
tree5f63895e7de00c0896805b3ab1f04aafb0297ff6 /Rakefile
parentc09f94c6ffdb6a4126bf4526ac3a1163d03c4930 (diff)
downloadrainbows-f23cdf57fecff8711d82bee311909a123c1d02a0.tar.gz
commit 2643f9c34a4fc63ab9533d851a564be93dcc8bdb from
Unicorn
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 19efea4..e4fe56a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -64,7 +64,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