Fix and implement supplier counters

This commit is contained in:
2014-03-07 18:29:49 +01:00
parent 95e268adea
commit 99473758e6
25 changed files with 304 additions and 65 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
class InMemoryQCounter
STORE = {}
def get(key)
def get(key, options = {})
STORE[key]
end