about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
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