summaryrefslogtreecommitdiff
path: root/lib/pp.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-11-19 23:43:23 +0900
committergit <[email protected]>2024-11-19 14:43:33 +0000
commit0de7e6ccb02dad6b067c29e4b6fdce0c3938bad5 ()
tree8995da0a32a1d50463bf0b1811394368f9235360 /lib/pp.rb
parentbc9237966412c87d0a2d64b2787d2a39a04eca65 (diff)
[ruby/pp] [DOC] Mark up the method name
https://.com/ruby/pp/commit/e787cd9139
-rw-r--r--lib/pp.rb2
1 files changed, 1 insertions, 1 deletions
@@ -686,7 +686,7 @@ module Kernel
# prints arguments in pretty form.
#
- # pp returns argument(s).
def pp(*objs)
objs.each {|obj|
PP.pp(obj)