Sha256: e4dcc62eed753689536aaff94cabfcc0297e8478a12b520ff05efe024702dd50
Contents?: true
Size: 662 Bytes
Versions: 36
Compression:
Stored size: 662 Bytes
Contents
module Vedeu module Colours # Store background colour escape sequences by HTML/CSS code. # class Backgrounds < Vedeu::Colours::Repository # Manipulate the repository of background colours. # # @example # Vedeu.background_colours # # @return [Vedeu::Colours::Backgrounds] # @see Vedeu::Repositories::Repository def self.background_colours @background_colours ||= new end end # Backgrounds end # Colours # @!method background_colours # @return [Vedeu::Colours::Backgrounds] def_delegators Vedeu::Colours::Backgrounds, :background_colours end # Vedeu
Version data entries
36 entries across 36 versions & 1 rubygems