Ruby 字符串类扩展。它添加了一些方法,以便更方便地使用 ANSI 逃逸序列来设置控制台上的颜色、背景颜色和文本效果。
Ruby gem for colorizing text using ANSI escape sequences.
Extends String class or add a ColorizedString with methods to set the text color, background color and text effects.
require 'colorize' - Extends String classrequire 'colorized_string' - add ColorizedString class……Note: You may need to use sudo to install gems
Copyright (C) 2007-2024 Michał Kalbarczyk
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.暂无开放 Issues,或尚未同步最近议题。