class ChefConfig::PathHelper
def self.path_separator
def self.path_separator if ChefConfig.windows? File::ALT_SEPARATOR || BACKSLASH else File::SEPARATOR end end
def self.path_separator if ChefConfig.windows? File::ALT_SEPARATOR || BACKSLASH else File::SEPARATOR end end