Method: RunLoop::Environment.trace_template

Defined in:
lib/run_loop/environment.rb

.trace_templateObject

Returns the value of TRACE_TEMPLATE; the Instruments template to use during testing.



43
44
45
# File 'lib/run_loop/environment.rb', line 43

def self.trace_template
  ENV['TRACE_TEMPLATE']
end