Class: Rico::Counter

Inherits:
Object
  • Object
show all
Includes:
Object
Defined in:
lib/rico/counter.rb

Instance Attribute Summary

Attributes included from Object

#bucket, #key

Instance Method Summary collapse

Methods included from Object

#data, #exists?, #mutate

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