Ruby - String Operations
Given a string
data = "red;green;blue;yellow", write Ruby code to split it into an array, remove the color "blue", and then join the remaining colors with commas. What is the correct output?