From 857ec7118f69b140f5fd09b16fac9e28b90508f8 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 12 Sep 2012 14:16:16 +0000 Subject: pathname.c: suppress -Wcomment warning * ext/pathname/pathname.c (path_s_glob): get rid of "/*" within block comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36953 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 dd1c5f8878..2bb6ce2f3c 100644 --- a/ext/pathname/pathname.c +++ b/ext/pathname/pathname.c @@ -934,7 +934,7 @@ glob_i(VALUE elt, VALUE klass, int argc, VALUE *argv) /* * Returns or yields Pathname objects. * - * Pathname.glob("config/*.rb") + * Pathname.glob("config/" "*.rb") * #=> [#, #, ..] * * See Dir.glob. -- cgit v1.2.3