Class: Fried::Test::Autorun::Substitute

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

Instance Method Summary collapse

Methods included from Telemetry

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

Instance Method Details

#callObject



10
11
12
13
# File 'lib/fried/test/autorun.rb', line 10

def call
  record :call
  nil
end