diff options
-rw-r--r-- | lib/pp.rb | 2 |
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). |
![]() | index : ruby.git | |
The Ruby Programming Language |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/pp.rb | 2 |
@@ -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). |