diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-14 12:14:38 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-14 12:14:38 +0000 |
commit | a8167d58b9c1b3cd3860e4e55cb98e7460337a00 (patch) | |
tree | a1c5d378900c4b25a3c842a087dcc6eb71a3a728 /lib/prettyprint.rb | |
parent | f343c9d3b71fa1ebc93a828d673b0f194ccb2d72 (diff) | |
download | ruby-a8167d58b9c1b3cd3860e4e55cb98e7460337a00.tar.gz |
remove Id keyword.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/prettyprint.rb')
-rw-r--r-- | lib/prettyprint.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/prettyprint.rb b/lib/prettyprint.rb index 48f2ebf1e4..911565392d 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. # |