Module: TestBench::Telemetry::Controls::CaptureSink::Path
- Defined in:
- lib/test_bench/telemetry/controls/capture_sink/path.rb
Defined Under Namespace
Modules: Segment
Class Method Summary collapse
Class Method Details
.example(segments = nil) ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/test_bench/telemetry/controls/capture_sink/path.rb', line 6 def self.example(segments=nil) segments ||= Segment.examples segments = segments.dup path = TestBench::Telemetry::Sink::Capture::Path.new path.segments = segments path end |