Class Hirb::Pager
In: lib/hirb/pager.rb
Parent: Object

This class provides class methods for paging and an object which can conditionally page given a terminal size that is exceeded.

Methods

Attributes

height  [R] 
width  [R] 

Public Class methods

Pages using a configured or detected shell command.

Pages with a ruby-only pager which either pages or quits.

Public Instance methods

Determines if string should be paged based on configured width and height.

Pages given string using configured pager.

[Validate]