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