Class: Vedeu::Colours::Foregrounds Private

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

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Store foreground colour escape sequences by HTML/CSS code.

Instance Attribute Summary

Attributes inherited from Repository

#storage

Class Method Summary collapse

Methods inherited from Repository

#initialize, #register, #registered?, #reset!, #retrieve

Constructor Details

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

Class Method Details

.foreground_coloursVedeu::Colours::Foregrounds

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



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

def self.foreground_colours
  @foreground_colours ||= new
end