Module: TestBench::Bootstrap::Backtrace

Defined in:
lib/test_bench/bootstrap.rb

Class Method Summary collapse

Class Method Details

.frame(frame_index) ⇒ Object



9
10
11
12
13
# File 'lib/test_bench/bootstrap.rb', line 9

def self.frame(frame_index)
  frame_index += 1

  caller[frame_index]
end