I've made an array generator for fake individuals to populate apartments:
["53 York Street", 7995, true, 123, 2, 1, "Tommy Gough"]
["53 York Street", 18070, true, 278, 2, 1, "Sarah Stewart"]
but I want to turn each instance into an Object Instance and I'm trying to figure out an .each loop (or other) method to do so. I haven't found a way to write a method that doesn't use a string for output... but I'm probably going about it wrong.