# File lib/prawn/graphics/color.rb, line 45 def stroke_color(*color) return @stroke_color if color.empty? @stroke_color = process_color(*color) set_stroke_color end