# File lib/color/rgb.rb, line 93 93: def pdf_stroke 94: PDF_FORMAT_STR % [ @r, @g, @b, "RG" ] 95: end