class Pry::Pager::PageTracker

def initialize(rows, cols)

def initialize(rows, cols)
  @rows = rows
  @cols = cols
  reset
end