# File lib/new_relic/agent/sampler_collection.rb, line 24 def sampler_class_registered?(sampler_class) self.any? { |s| s.class == sampler_class } end