Skip to content

Instantly share code, notes, and snippets.

View chrismear's full-sized avatar

Chris Tucker Mear chrismear

View GitHub Profile
class Test
def test
hash = {:entry => ""}
array = []
array << self.test2(hash.dup)
array << self.test2(hash.dup)
array << self.test2(hash.dup)
array << self.test2(hash.dup)
array << self.test2(hash.dup)
array