summaryrefslogtreecommitdiff
path: root/lib/pp.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-18 01:51:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-18 01:51:53 +0000
commita531c579f85d06868432c02495ec23098fe4da5b (patch)
tree2cefb3fcb72a8813be2a1c9e10e401211e35325d /lib/pp.rb
parent07d48bbe133b7140a1a0b7b0f8c7f16f406a485a (diff)
Requiring pp is not required now [ci skip]
- Followup of https://bugs.ruby-lang.org/issues/14123 From: Prathamesh Sonpatki <csonpatki@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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
-