Module: TestBench::Bootstrap::Backtrace

Defined in:
lib/test_bench/bootstrap.rb

Class Method Summary collapse

Class Method Details

.frame(frame_index) ⇒ Object



25
26
27
28
29
# File 'lib/test_bench/bootstrap.rb', line 25

def self.frame(frame_index)
  frame_index += 1

  caller[frame_index]
end