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.

Methods

available?   close   default_pager   new   write  

Public Class methods

Public Instance methods

[Validate]