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