class ChefCLI::Command::GeneratorCommands::GeneratorGenerator

def conflicting_file_exists?(path)

def conflicting_file_exists?(path)
  File.exist?(path) && File.file?(path)
end