summaryrefslogtreecommitdiff
path: root/lib/pp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pp.rb')
-rw-r--r--lib/pp.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pp.rb b/lib/pp.rb
index df08e6dda7..bc15429ddc 100644
--- a/lib/pp.rb
+++ b/lib/pp.rb
@@ -549,7 +549,9 @@ module Kernel
PP.pp(self, ''.dup)
end
+ # :stopdoc:
alias __pp_backup__ pp if method_defined?(:pp)
+ # :startdoc:
# prints arguments in pretty form.
#
# pp returns argument(s).