Class: Pry::Shell::IO::Pager::Output
- Inherits:
-
Output
- Object
- Output
- Pry::Shell::IO::Pager::Output
- Defined in:
- lib/pry/shell/io/pager.rb
Instance Method Summary collapse
-
#initialize(output) ⇒ Output
constructor
rubocop:disable Lint/MissingSuper.
Constructor Details
#initialize(output) ⇒ Output
rubocop:disable Lint/MissingSuper
8 9 10 11 |
# File 'lib/pry/shell/io/pager.rb', line 8 def initialize(output) # rubocop:disable Lint/MissingSuper @output = output @color = Pry.config.color end |