Class: Pager
- Inherits:
-
Executable
- Object
- Executable
- Pager
- Defined in:
- lib/devlogs/pager.rb
Overview
Wrapper for terminal pager
Instance Method Summary collapse
-
#initialize ⇒ Pager
constructor
A new instance of Pager.
Methods inherited from Executable
Constructor Details
#initialize ⇒ Pager
Returns a new instance of Pager.
8 9 10 |
# File 'lib/devlogs/pager.rb', line 8 def initialize @program = ENV["PAGER"] end |