Class: Byebug::Printers::Color

Inherits:
Plain
  • Object
show all
Defined in:
lib/byebug/printers/color.rb

Instance Method Summary collapse

Instance Method Details



6
7
8
9
10
# File 'lib/byebug/printers/color.rb', line 6

def print(path, args = {})
  ByebugColorPrinter::Base.apply_colorizer(path, args) do |processed_args|
    super(path, processed_args)
  end
end