summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/pp.rb2
1 files changed, 2 insertions, 0 deletions
@@ -549,7 +549,9 @@ module Kernel
PP.pp(self, ''.dup)
end
alias __pp_backup__ pp if method_defined?(:pp)
# prints arguments in pretty form.
#
# pp returns argument(s).