load multiple files in a directory and require them
require 'this_and_that_or...' Dir[File.dirname(__FILE__) + ‘/lib/*.rb’].each { |file| require file }