summaryrefslogtreecommitdiffstats
path: root/lib/pp.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-08 01:58:34 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-08 01:58:34 +0000
commit0076e7551040bec8e75be4615f7d1cb6923a5cc8 (patch)
treed8fa13d71b57727c7a229defca40c847fd5fe07e /lib/pp.rb
parentc686319248de69d901ac4bbe396317706385a698 (diff)
downloadruby-0076e7551040bec8e75be4615f7d1cb6923a5cc8.tar.gz
ruby-0076e7551040bec8e75be4615f7d1cb6923a5cc8.tar.xz
ruby-0076e7551040bec8e75be4615f7d1cb6923a5cc8.zip
* lib/prettyprint.rb (PrettyPrint.singleline_format): new method.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/pp.rb')
-rw-r--r--lib/pp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pp.rb b/lib/pp.rb
index 0eb8f28ac..489e34260 100644
--- a/lib/pp.rb
+++ b/lib/pp.rb
@@ -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