aboutsummaryrefslogtreecommitdiffstats
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, 1 insertions, 1 deletions
diff --git a/lib/pp.rb b/lib/pp.rb
index 4d5bee5f5d..df08e6dda7 100644
--- a/lib/pp.rb
+++ b/lib/pp.rb
@@ -549,10 +549,10 @@ module Kernel
PP.pp(self, ''.dup)
end
+ alias __pp_backup__ pp if method_defined?(:pp)
# prints arguments in pretty form.
#
# pp returns argument(s).
- alias __pp_backup__ pp if method_defined?(:pp)
def pp(*objs)
objs.each {|obj|
PP.pp(obj)