class Object

Public Instance Methods

Counterman(action) click to toggle source

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

# File lib/minuteman.rb, line 115
def Counterman(action)
  Minuteman.count(action)
end
Minuteman(action) click to toggle source

Helper method to easily access the analytics part

# File lib/minuteman.rb, line 109
def Minuteman(action)
  Minuteman.analyze(action)
end