Bugs item #2494, was opened at 2005-09-21 18:20 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1698&aid=2494&group_id=426 Category: Standard Library Group: None Status: Open Resolution: None Priority: 3 Submitted By: Tilman Sauerbeck (tilman) Assigned to: Nobody (None) Summary: FileUtils#cd doesn't allow :noop in options anymore, but still queries it Initial Comment: FileUtils#cd still contains the line: Dir.chdir(dir, &block) unless options[:noop] However, it doesn't allow :noop in options anymore. So either that line needs to be fixed, or :noop needs to be added back properly. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1698&aid=2494&group_id=426