class Pry::Pager::PageTracker

def reset

def reset
  @row = 0
  @col = 0
end