I\'m practicing Merge Sort in Ruby and am running into an error where my Stack Level is too Deep. Here is the code:
def sort(numbers) num_length = numbers.le