Sha256: f0fcef38f833f3b6829b010889fe5a75559ae12d65b80467548a96409be87d81
Contents?: true
Size: 360 Bytes
Versions: 10
Compression:
Stored size: 360 Bytes
Contents
{ "question": { "nerd_level": 1, "text": "How to get and remove the first element of an array.", "a1": "[1,2,3].pop", "a2": "[1,2,3].shift", "a3": "[1,2,3].first", "a4": "[1,2,3].index(1)", "category": "ruby", "right_answer": "a2", "created_by": "Georg Leciejewski", "created_at": "2011-06-23", "id": "" } }
Version data entries
10 entries across 10 versions & 1 rubygems