module Asciidoctor::Pdf::ThemeLoader::CmykColorValue
A marker module for a normalized CMYK array Prevents normalizing CMYK value more than once
Public Instance Methods
to_s()
click to toggle source
# File lib/asciidoctor-pdf/theme_loader.rb, line 33 def to_s %Q([#{join ', '}]) end