Class: Pry::Shell::IO::Pager::Output

Inherits:
Output
  • Object
show all
Defined in:
lib/pry/shell/io/pager.rb

Instance Method Summary collapse

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