Method: Pub.counter

Defined in:
lib/pub.rb

.counterObject

The bar counter.



26
27
28
# File 'lib/pub.rb', line 26

def counter
  Redis.new(url: beer_tap)
end