lib/rlimiter/client.rb in rlimiter-1.0.4 vs lib/rlimiter/client.rb in rlimiter-1.0.5

- old
+ new

@@ -12,7 +12,11 @@ def current_count(key) # Stub end + def clear(key) + # Stub + end + end end \ No newline at end of file