lib/pp.rb: no rdoc of alias to suppress a warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bd61ccef57
commit
6d8f47fde1
@ -549,7 +549,9 @@ module Kernel
|
|||||||
PP.pp(self, ''.dup)
|
PP.pp(self, ''.dup)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# :stopdoc:
|
||||||
alias __pp_backup__ pp if method_defined?(:pp)
|
alias __pp_backup__ pp if method_defined?(:pp)
|
||||||
|
# :startdoc:
|
||||||
# prints arguments in pretty form.
|
# prints arguments in pretty form.
|
||||||
#
|
#
|
||||||
# pp returns argument(s).
|
# pp returns argument(s).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user