From 0de7e6ccb02dad6b067c29e4b6fdce0c3938bad5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 19 Nov 2024 23:43:23 +0900 Subject: [PATCH] [ruby/pp] [DOC] Mark up the method name https://github.com/ruby/pp/commit/e787cd9139 --- lib/pp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pp.rb b/lib/pp.rb index 2cf0045727..0d16be55d8 100644 --- a/lib/pp.rb +++ b/lib/pp.rb @@ -686,7 +686,7 @@ module Kernel # prints arguments in pretty form. # - # pp returns argument(s). + # +#pp+ returns argument(s). def pp(*objs) objs.each {|obj| PP.pp(obj)