crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.49k stars 1.62k forks source link

Add example for `Dir.glob` #15171

Closed BigBoyBarney closed 2 weeks ago

BigBoyBarney commented 2 weeks ago

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: