是否有一个ruby模块为linux终端中的字符串着色?
我喜欢
Rainbow gem,因为它也支持Windows,如果win32console宝石已经安装。
原文链接:https://www.f2er.com/bash/388018.html你可以这样使用:
puts "some " + "red".color(:red) + " and " + "blue on yellow".color(:blue).background(:yellow)