Top Level Namespace

Defined Under Namespace

Modules: Minuteman

Instance Method Summary collapse

Instance Method Details

#Counterman(action) ⇒ Object

Why call this method so different from Minuteman? for the lulz: github.com/maccman/counterman/issues/1



115
116
117
# File 'lib/minuteman.rb', line 115

def Counterman(action)
  Minuteman.count(action)
end

#Minuteman(action) ⇒ Object

Helper method to easily access the analytics part



109
110
111
# File 'lib/minuteman.rb', line 109

def Minuteman(action)
  Minuteman.analyze(action)
end