# File lib/color/cmyk.rb, line 69 69: def pdf_stroke 70: PDF_FORMAT_STR % [ @c, @m, @y, @k, "K" ] 71: end