Class: Rico::Counter
Instance Attribute Summary
Attributes included from Object
Instance Method Summary collapse
-
#initialize(bucket, key) ⇒ Counter
constructor
A new instance of Counter.
Methods included from Object
Constructor Details
#initialize(bucket, key) ⇒ Counter
Returns a new instance of Counter.
5 6 7 |
# File 'lib/rico/counter.rb', line 5 def initialize(bucket, key) raise "DO YOU THINK THIS IS A MOTHERFUCKIGN GAME?" end |