summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pathname/pathname.c2
1 files changed, 1 insertions, 1 deletions
@@ -934,7 +934,7 @@ glob_i(VALUE elt, VALUE klass, int argc, VALUE *argv)
/*
* Returns or yields Pathname objects.
*
- * Pathname.glob("config/*.rb")
* #=> [#<Pathname:config/environment.rb>, #<Pathname:config/routes.rb>, ..]
*
* See Dir.glob.