Today I Learned Simultaneously opening Ruby gem source files in Vim tabs

Say you're working on a Ruby Gem structured like:

Use this to open the full set of source files in Vim tabs:

vim -p bin/sample_gem lib/**/*.rb