= private = protected
[](*args)
Equivalent to calling Dir.glob(array,0) and Dir.glob(
static VALUE dir_s_aref(int argc, VALUE *argv, VALUE obj) { if (argc == 1) { return rb_push_glob(argv[0], 0); } return dir_globs(argc, argv, 0); }
See glob for more usage information and comments.