Class Pry::Pager::NullPager
In: lib/pry/pager.rb
Parent: Object

`NullPager` is a "pager" that actually just prints all output as it comes in. Used when `Pry.config.pager` is false.

Methods

<<   close   new   print   puts   write  

Public Class methods

Public Instance methods

<<(str)

Alias for print

[Validate]