Add placeholder for Random.pop Qunit test

This commit is contained in:
pyoor 2017-04-12 10:41:13 -04:00
parent 05ad767b05
commit 78e753a3e7
1 changed files with 1 additions and 0 deletions

View File

@ -117,4 +117,5 @@ shuffle(arr)
shuffled(arr)
subset(list, limit)
choose(list, flat=true)
pop(arr)
*/