Sha256: ad49f0dbb37ffec91e25e04614d462caf0a8ccf60893d2c07afebc5fc3251c5c
Contents?: true
Size: 184 Bytes
Versions: 1
Compression:
Stored size: 184 Bytes
Contents
module Metrics module Instruments class Instrument def tags @tags ||= {} end def tag(key, value) tags[key] = value end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-metrics-0.9.4 | lib/ruby-metrics/instruments/instrument.rb |