Module: Asciidoctor::PDF::ThemeLoader::CMYKColorValue
- Includes:
- ColorValue
- Defined in:
- lib/asciidoctor/pdf/theme_loader.rb
Overview
A marker module for a normalized CMYK array Prevents normalizing CMYK value more than once
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
35 36 37 |
# File 'lib/asciidoctor/pdf/theme_loader.rb', line 35 def to_s %([#{join ', '}]) end |