From 5fda10dd09e285e2a0ee189158f91e3100080950 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 14 Feb 2009 12:14:38 +0000 Subject: remove Id keyword. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/prettyprint.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/prettyprint.rb b/lib/prettyprint.rb index 48f2ebf1e..911565392 100644 --- a/lib/prettyprint.rb +++ b/lib/prettyprint.rb @@ -1,5 +1,3 @@ -# $Id$ - # This class implements a pretty printing algorithm. It finds line breaks and # nice indentations for grouped structure. # -- cgit