sync with Atlas repo

This commit is contained in:
Luciano Ramalho
2014-11-19 17:10:02 -02:00
parent b3e36a2a41
commit 2f495627fb
12 changed files with 183 additions and 112 deletions

View File

@@ -13,5 +13,5 @@ class TumblingDrum(Tombola):
self._balls.extend(iterable)
shuffle(self._balls)
def pop(self):
def pick(self):
return self._balls.pop()