Module: TestBench::Telemetry::Controls::Path::Absolute::Local

Extended by:
Random
Defined in:
lib/test_bench/telemetry/controls/path.rb

Defined Under Namespace

Modules: Gem

Class Method Summary collapse

Methods included from Random

random

Class Method Details

.current_dirObject



61
62
63
# File 'lib/test_bench/telemetry/controls/path.rb', line 61

def self.current_dir
  File.join('/home', 'some-user', 'some-working-dir')
end

.example(suffix = nil) ⇒ Object



55
56
57
58
59
# File 'lib/test_bench/telemetry/controls/path.rb', line 55

def self.example(suffix=nil)
  path = Path.example(suffix)

  File.join(current_dir, path)
end