module LightStep::Span::Configurable

Public Instance Methods

configure() { |self| ... } click to toggle source
# File lib/hubstep/tracer.rb, line 233
def configure
  yield self
end