module ElasticAPM::SpanHelpers::ClassMethods

def span_class_method(method, name, type)

def span_class_method(method, name, type)
  __span_method_on(singleton_class, method, name, type)
end