diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-08 01:58:34 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-08 01:58:34 +0000 |
commit | e2d1e7cfe4873acb518a8265a222307a90d6298a (patch) | |
tree | d8fa13d71b57727c7a229defca40c847fd5fe07e /lib/pp.rb | |
parent | b06720481e8f004565b55d7862a8a653d40f19d8 (diff) | |
download | bundler-e2d1e7cfe4873acb518a8265a222307a90d6298a.tar.gz |
* lib/prettyprint.rb (PrettyPrint.singleline_format): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/pp.rb')
-rw-r--r-- | lib/pp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ PP#pp to print the object. PP.pp returns ((|out|)). --- PP.sharing_detection - returns the sharing detection flag as boolean value. + returns the sharing detection flag as a boolean value. It is false by default. --- PP.sharing_detection = boolean_value |