PDA

View Full Version : need help including ALL modules


newsqa
April 3rd, 2008, 05:06 PM
Is there a way to include all modules from a file in Ruby? Instead of including each individual Module like below:

include Login
include Logout
include Troubleshoot

:confused: