From 0076e7551040bec8e75be4615f7d1cb6923a5cc8 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 8 Oct 2002 01:58:34 +0000 Subject: * 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 --- lib/pp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pp.rb') 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 -- cgit