class Pry::Pager::NullPager

def puts(str)

def puts(str)
  print "#{str.chomp}\n"
end