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:
parent
1b8534e66b
commit
b27fa8ed8f
1 changed files with 2 additions and 0 deletions
|
@ -151,4 +151,6 @@ module Kernel
|
||||||
|
|
||||||
# suppress redefinition warning
|
# suppress redefinition warning
|
||||||
alias pp pp # :nodoc:
|
alias pp pp # :nodoc:
|
||||||
|
|
||||||
|
private :pp
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue