Because it's returning multiple values from a method, Ruby returns an array:
def greeting() return "No", "worries" end array = greeting