page-header

Tag: code

29
Jul

Using Ruby Find To Look For Files

It’s only been a few months since I started learning Ruby, and I’ve found myself using Find more than any other standard library. It’s likely because I’m mostly doing scripting work to organize my files. If you’re also new to…