I was recently trying to use Dir.glob but it wasn't very intuitive without examples. Thankfully, @Blacksmoke16 helped me out.
Currently, the Enumerable versions of Dir.glob copy the description of the ones that take a String or Path, which is wrong. Unfortunately, I have no clue how the Enumerable version works :rofl:
I was recently trying to use
Dir.glob
but it wasn't very intuitive without examples. Thankfully, @Blacksmoke16 helped me out.Currently, the
Enumerable
versions ofDir.glob
copy the description of the ones that take aString
orPath
, which is wrong. Unfortunately, I have no clue how theEnumerable
version works :rofl: