Como exigir todos os arquivos .rb em trilhos

Dir["/path/to/directory/*.rb"].each {|file| require file }
MunnaBhaiyya