# File lib/cabin/metrics/meter.rb, line 29
  def value
    return @lock.synchronize { @value }
  end