1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2017-12-18 01:51:53 +00:00
parent 07d48bbe13
commit a531c579f8

View file

@ -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