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