[ruby/pp] [DOC] Mark up the method name

https://github.com/ruby/pp/commit/e787cd9139
This commit is contained in:
Nobuyoshi Nakada 2024-11-19 23:43:23 +09:00 committed by git
parent bc92379664
commit 0de7e6ccb0

View File

@ -686,7 +686,7 @@ module Kernel
# prints arguments in pretty form. # prints arguments in pretty form.
# #
# pp returns argument(s). # +#pp+ returns argument(s).
def pp(*objs) def pp(*objs)
objs.each {|obj| objs.each {|obj|
PP.pp(obj) PP.pp(obj)