From a531c579f85d06868432c02495ec23098fe4da5b Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Dec 2017 01:51:53 +0000 Subject: [PATCH] Requiring pp is not required now [ci skip] - Followup of https://bugs.ruby-lang.org/issues/14123 From: Prathamesh Sonpatki git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pp.rb | 4 ---- 1 file changed, 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 -