Method: NewRelic::Agent::Sampler.named

Defined in:
lib/new_relic/agent/sampler.rb

.named(new_name) ⇒ Object

[View source]

26
27
28
# File 'lib/new_relic/agent/sampler.rb', line 26

def self.named(new_name)
  @shorthand_name = new_name
end