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

prelude.rb (Kernel#pp): make it private

It was a bug.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2018-10-11 01:03:05 +00:00
parent 1b8534e66b
commit b27fa8ed8f

View file

@ -151,4 +151,6 @@ module Kernel
# suppress redefinition warning # suppress redefinition warning
alias pp pp # :nodoc: alias pp pp # :nodoc:
private :pp
end end