Sha256: d48819bfd9e65c8055ed81c3558427d084545ac6aa35b0bd31c1066a91b0b5c6
Contents?: true
Size: 645 Bytes
Versions: 20
Compression:
Stored size: 645 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
20 entries across 20 versions & 1 rubygems