summaryrefslogtreecommitdiff
path: root/lib/irb/color_printer.rb
AgeCommit message (Expand)Author
2023-03-13[ruby/irb] Replace METHOD_IS_A with ===Stan Lo
2023-03-13[ruby/irb] Support inspecting BasicObjectStan Lo
2022-08-04[ruby/irb] shortcut colorize_code to speedup pretty_printtompng
2022-01-17[ruby/irb] Use require_relative to require lib filesst0012
2021-03-20[ruby/irb] Don't call Ruby 2.4+'s String#pretty_printTakashi Kokubun
2021-01-19[ruby/irb] Rescue Errno::EINVAL on IRB ppTakashi Kokubun
2021-01-18[ruby/irb] Use a real screen size for pp by defaultTakashi Kokubun
2021-01-07[ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun
2021-01-07[ruby/irb] Add missing requireTakashi Kokubun
2021-01-04[ruby/irb] Stringify when a non-object is passed to PP#textaycabta
2020-12-28[ruby/irb] Enhance colored inspect outputTakashi Kokubun