Module: ElasticAPM::SpanHelpers Private

Defined in:
lib/elastic_apm/span_helpers.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(kls) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



53
54
55
56
57
# File 'lib/elastic_apm/span_helpers.rb', line 53

def self.included(kls)
  kls.class_eval do
    extend ClassMethods
  end
end