Class: Pry::Shell::IO::Pager
- Inherits:
-
Pager
- Object
- Pager
- Pry::Shell::IO::Pager
- Defined in:
- lib/pry/shell/io/pager.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#output ⇒ Object
readonly
Returns the value of attribute output.
Instance Method Summary collapse
- #best_available ⇒ Object
-
#initialize(output) ⇒ Pager
constructor
rubocop:disable Lint/MissingSuper.
Constructor Details
#initialize(output) ⇒ Pager
rubocop:disable Lint/MissingSuper
33 34 35 |
# File 'lib/pry/shell/io/pager.rb', line 33 def initialize(output) # rubocop:disable Lint/MissingSuper @output = output end |
Instance Attribute Details
#output ⇒ Object (readonly)
Returns the value of attribute output.
31 32 33 |
# File 'lib/pry/shell/io/pager.rb', line 31 def output @output end |