Method: NewRelic::Agent::SamplerCollection#each
- Defined in:
- lib/new_relic/agent/sampler_collection.rb
permalink #each(&blk) ⇒ Object
[View source]
16 17 18 |
# File 'lib/new_relic/agent/sampler_collection.rb', line 16 def each(&blk) @samplers.each(&blk) end |