Sha256: 2b0c3af01ed77b1b0f7957c1b5c06627dc521a5485dd1c19a656c595501ffb8c
Contents?: true
Size: 187 Bytes
Versions: 5
Compression:
Stored size: 187 Bytes
Contents
require "nsa/version" require "nsa/statsd_informant" module NSA def self.inform_statsd(backend) yield ::NSA::StatsdInformant ::NSA::StatsdInformant.listen(backend) end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
nsa-0.1.4 | lib/nsa.rb |
nsa-0.1.3 | lib/nsa.rb |
nsa-0.1.2 | lib/nsa.rb |
nsa-0.1.1 | lib/nsa.rb |
nsa-0.1.0 | lib/nsa.rb |