| Class | Pry::Pager::SystemPager |
| In: |
lib/pry/pager.rb
|
| Parent: | NullPager |
`SystemPager` buffers output until we‘re pretty sure it‘s at least a page long, then invokes an external pager and starts streaming output to it. If `close` is called before then, it just prints out the buffered content.