A very simple question, but I’m new to Ruby and not able to determine the name of this type of data structure:
location = 145.6, 56.644
I searched for point, pair, comma-seperated value etc. but was not successful. Could you tell me what this is?
Thank you
This is an array , see more examples here