class PryStackExplorer::FrameManager

def refresh_frame(run_whereami=true)

active binding.
Ensure the Pry instance's active binding is the frame manager's
def refresh_frame(run_whereami=true)
  change_frame_to binding_index, run_whereami
end