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