diff options
-rw-r--r-- | ext/pathname/pathname.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1083,7 +1083,7 @@ s_glob_i(RB_BLOCK_CALL_FUNC_ARGLIST(elt, klass)) /* * Returns or yields Pathname objects. * - * Pathname.glob("config/" "*.rb") * #=> [#<Pathname:config/environment.rb>, #<Pathname:config/routes.rb>, ..] * * See Dir.glob. |