class Pry::Pager

def page(text)

Parameters:
  • text (String) --
def page(text)
  open do |pager|
    pager << text
  end
end