For people who use ruby-debug, are you doing anything to make it output in color? I am setting up wirble right now to colorize my irb, but it will not colorize a beautiful print (which I believe comes from ruby-debug instead of irb)
Rewriting ruby-debug rb-trepanning (for fixed 1.9.2) and rbx-trepanning (for rubinius 1.2.x) supports colorized printing and even assembly using the CodeRay gem.
See https://github.com/rocky/rb-trepanning/wiki/Terminal-Colors and https://github.com/rocky/rbx-trepanning/wiki/Terminal-Colors
There is nothing in ruby-debug. If there is sufficient demand, this code can be returned back to ruby-debug. But that would mean a new version of the cache line of the source code cache.
Source: https://habr.com/ru/post/1342374/More articles:Enable re-spacing in gawk script - shebangConnecting Android Facebook - androidIs it possible to create an open-end array? - javaIs it possible to configure the TeamCity build agent only to run assemblies with a specific parameter dependency? - buildWhy does [UIViewController presentModalViewController: animated:] translate the modal view on the left? - iosThe main question about Haskell monomorphism / polymorphism (HList) - polymorphismReordering the True and False Stack in R / ggplot2 - rIs there something like ActiveRecord :: Migration for.NET? - .net"00" becomes "0" in the PHP function, but for RGB to work, it must be "00". How? - phpRestart the WCF service hosted by the C # console application - c #All Articles