module ANSI
ANSI namespace module contains all the ANSI related classes.
Constants
- CHART
-
Tableof codes used throughout the system. - SPECIAL_CHART
- VERSION
Public Class Methods
Source
# File lib/ansi/string.rb, line 5 def ANSI.string(str) ANSI::String.new(str) end
Create a new Ansi::String object.