aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pp.rb')
-rw-r--r--lib/pp.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/pp.rb b/lib/pp.rb
index 74cdda072a..85401c8aa6 100644
--- a/lib/pp.rb
+++ b/lib/pp.rb
@@ -5,9 +5,6 @@ require 'prettyprint'
##
# A pretty-printer for Ruby objects.
#
-# All examples assume you have loaded the PP class with:
-# require 'pp'
-#
##
# == What PP Does
#
@@ -560,4 +557,3 @@ module Kernel
end
module_function :pp
end
-