fails(JRUBY-5667):Dir.glob splits the string on \0 if there is only one string given
fails:Dir.glob raises an Encoding::CompatibilityError if the argument encoding is not compatible with US-ASCII
fails:Dir.glob splits the string on \0 if there is only one string given
windows:Dir.glob accepts a block and yields it with each elements
