# File lib/pry/commands/ri.rb, line 31 def page paging_text = StringIO.new yield paging_text @pager.page(paging_text.string) end