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