ruby spiral

Been working for several days on the Ruby version of the Spiral Algorithm and finally getting close to completion.

I am using the same structure for the functions, including move(), spiral(), change()

I was surprised to find that there is no specific tuple type in Ruby but instead it’s just an array.

Ruby Code