# File lib/rhc/helpers.rb, line 35 def system_path(path) return path.gsub(File::SEPARATOR, File::ALT_SEPARATOR) if File.const_defined?('ALT_SEPARATOR') and File::ALT_SEPARATOR.present? path end