Code Snippets

Tag: Glob

Loop Over Files in a Directory

Iterate over matched files with a glob — safe with nullglob set.

Author: chris

Recursive Glob in Ruby

Find every `.rb` file under a tree with Dir.glob and `**` recursion.

Author: chris