# File lib/cabin/metrics/counter.rb, line 12 def initialize @inspectables = [ :@value ] @value = 0 @lock = Mutex.new end