Method: Exception#hot_trace_step

Defined in:
lib/nitro/compiler/errors.rb

#hot_trace_stepObject

Returns the ‘hot’ backtrace line.



86
87
88
# File 'lib/nitro/compiler/errors.rb', line 86

def hot_trace_step
  backtrace[hot_trace_index]
end