23 24 25
# File 'lib/one_off/migrator.rb', line 23 def matching(pattern) OneOff::File.all.select { |f| f.filename.match? pattern } end