From dfbeb7188d947bc0f523a75a5e4012e56aaece25 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 1 Nov 2017 03:26:27 +0000 Subject: Pathname: get rid of a -Wcomment warning [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/pathname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pathname') diff --git a/ext/pathname/pathname.c b/ext/pathname/pathname.c index b4374c7301..9194d0e010 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. -- cgit v1.2.3