module ElasticAPM::SpanHelpers::ClassMethods

def span_class_method(method, name = nil, type = nil)

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