# File lib/pry/last_exception.rb, line 58
  def inc_bt_index
    @bt_index = (@bt_index + 1) % backtrace.size
  end