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 40 def to_s %([#{join ', '}]) end