Class: Vedeu::Colours::Foregrounds
- Inherits:
-
Repository
- Object
- Repository
- Vedeu::Colours::Foregrounds
- Defined in:
- lib/vedeu/colours/foregrounds.rb
Overview
Store foreground colour escape sequences by HTML/CSS code.
Class Method Summary collapse
-
.foreground_colours ⇒ Vedeu::Colours::Foregrounds
Manipulate the repository of foreground colours.
Constructor Details
This class inherits a constructor from Vedeu::Colours::Repository
Class Method Details
.foreground_colours ⇒ Vedeu::Colours::Foregrounds
Manipulate the repository of foreground colours.
16 17 18 |
# File 'lib/vedeu/colours/foregrounds.rb', line 16 def self.foreground_colours @foreground_colours ||= new end |