Method Ruby

# All you have to do is to assign the return value of the called method to a comma-separated list of variables
def greeting()
  return "No", "worries"
end
word_one, word_two = greeting