Class: Byebug::Printers::Color
- Inherits:
-
Plain
- Object
- Plain
- Byebug::Printers::Color
- Defined in:
- lib/byebug/printers/color.rb
Instance Method Summary collapse
Instance Method Details
#print(path, args = {}) ⇒ Object
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 |