# frozen_string_literal: true SOURCE_FILENAME = 'data.txt' TARGET_FILENAME = 'copy.txt' def copy_file # Implement this method. end