ruby-changes:10741
From: akr <ko1@a...>
Date: Sat, 14 Feb 2009 21:16:42 +0900 (JST)
Subject: [ruby-changes:10741] Ruby:r22305 (trunk): remove Id keyword.
akr 2009-02-14 21:14:38 +0900 (Sat, 14 Feb 2009) New Revision: 22305 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22305 Log: remove Id keyword. Modified files: trunk/lib/prettyprint.rb Index: lib/prettyprint.rb =================================================================== --- lib/prettyprint.rb (revision 22304) +++ lib/prettyprint.rb (revision 22305) @@ -1,5 +1,3 @@ -# $Id$ - # This class implements a pretty printing algorithm. It finds line breaks and # nice indentations for grouped structure. # -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/