Class
Test::Unit::Color
In:
lib/test/unit/color.rb
Parent:
Object
Methods
+
==
bold?
escape_sequence
foreground?
intensity?
italic?
new
parse_256_color
sequence
underline?
Classes and Modules
Class
Test::Unit::Color::Error
Class
Test::Unit::Color::ParseError
Constants
NAMES
=
["black", "red", "green", "yellow", "blue", "magenta", "cyan", "white"]
Attributes
name
[R]
Public Class methods
new
(name, options={})
parse_256_color
(string)
Public Instance methods
+
(other)
==
(other)
bold?
()
escape_sequence
()
foreground?
()
intensity?
()
italic?
()
sequence
()
underline?
()
[Validate]