Sha256: 7c291d09f8b05e014c180d193a76663536c684e65ff6a664741e70984d5c9433
Contents?: true
Size: 359 Bytes
Versions: 10
Compression:
Stored size: 359 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].last", "a3": "[1,2,3].shift", "a4": "[1,2,3].index(3)", "category": "ruby", "right_answer": "a1", "created_by": "Georg Leciejewski", "created_at": "2011-06-23", "id": "" } }
Version data entries
10 entries across 10 versions & 1 rubygems