Class: Colored2::TextColor

Inherits:
Code
  • Object
show all
Defined in:
lib/colored2/codes.rb

Direct Known Subclasses

BackgroundColor

Instance Attribute Summary

Attributes inherited from Code

#escape, #name

Instance Method Summary collapse

Methods inherited from Code

#initialize, #to_s, #value

Constructor Details

This class inherits a constructor from Colored2::Code

Instance Method Details

#codesObject



52
53
54
# File 'lib/colored2/codes.rb', line 52

def codes
  COLORS
end