Class: Fried::Test::LoadTestsPath::Substitute

Inherits:
Object
  • Object
show all
Includes:
Telemetry
Defined in:
lib/fried/test/load_tests_path.rb

Instance Method Summary collapse

Methods included from Telemetry

#record, #recorded?, #recorded_times?, #recorded_with?

Instance Method Details

#callObject



11
12
13
14
# File 'lib/fried/test/load_tests_path.rb', line 11

def call
  record :call
  nil
end