From e63dd598a719a94dc1a0c8ec94c82130f3552a44 Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 31 Oct 2017 22:24:03 +0000 Subject: [PATCH] Pathname: Simplify example [DOC] [ci-skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/pathname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pathname/pathname.c b/ext/pathname/pathname.c index 59c2b3e350..b4374c7301 100644 --- a/ext/pathname/pathname.c +++ b/ext/pathname/pathname.c @@ -1083,7 +1083,7 @@ s_glob_i(RB_BLOCK_CALL_FUNC_ARGLIST(elt, klass)) /* * Returns or yields Pathname objects. * - * Pathname.glob("config/" "*.rb") + * Pathname.glob("config/*.rb") * #=> [#, #, ..] * * See Dir.glob.