it will look like this as you would expect from a <pre> tag
def return_three_values "1,2,3".split(',') end a, b, c = return_three_values