Class: Pager

Inherits:
Executable show all
Defined in:
lib/devlogs/pager.rb

Overview

Wrapper for terminal pager

Instance Method Summary collapse

Methods inherited from Executable

#open, open

Constructor Details

#initializePager

Returns a new instance of Pager.



8
9
10
# File 'lib/devlogs/pager.rb', line 8

def initialize
  @program = ENV["PAGER"]
end