class ChefConfig::PathHelper
def self.path_separator(windows: ChefUtils.windows?)
def self.path_separator(windows: ChefUtils.windows?) if windows BACKSLASH else File::SEPARATOR end end
def self.path_separator(windows: ChefUtils.windows?) if windows BACKSLASH else File::SEPARATOR end end