# File lib/merb-core.rb, line 284
    def remove_paths(*args)
      args.each {|arg| load_paths.delete(arg)}
    end