21 22 23 24 25 26
# File 'lib/aegis/loader.rb', line 21 def load_paths for path in paths require path end @loaded = true end