Class: Vedeu::Colours::Foregrounds

Inherits:
Repository show all
Defined in:
lib/vedeu/colours/foregrounds.rb

Overview

Store foreground colour escape sequences by HTML/CSS code.

Class Method Summary collapse

Constructor Details

This class inherits a constructor from Vedeu::Colours::Repository

Class Method Details

.foreground_coloursVedeu::Colours::Foregrounds

Manipulate the repository of foreground colours.

Examples:

Vedeu.foreground_colours

Returns:

See Also:



16
17
18
# File 'lib/vedeu/colours/foregrounds.rb', line 16

def self.foreground_colours
  @foreground_colours ||= new
end