bagaimana membutuhkan semua file .rb dalam rel

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