How to perform 'Zip File' in Ruby.
# Task: Zip File # Language: Ruby def zip_file() # Implementation for Zip File # TODO: Implement core logic here # Step 1: Prepare data # Step 2: Process Zip File puts("Done"); end