Module: TestBench::Telemetry::Controls::Path::File::Read

Defined in:
lib/test_bench/telemetry/controls/path/file.rb

Class Method Summary collapse

Class Method Details

.call(file_path) ⇒ Object



29
30
31
# File 'lib/test_bench/telemetry/controls/path/file.rb', line 29

def self.call(file_path)
  ::File.read(file_path)
end