Module: LightStep::Span::Configurable

Included in:
LightStep::Span
Defined in:
lib/hubstep/tracer.rb

Instance Method Summary collapse

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



233
234
235
# File 'lib/hubstep/tracer.rb', line 233

def configure
  yield self
end