# File lib/prawn/graphics/cap_style.rb, line 18 def cap_style(style=nil) return @cap_style || :butt if style.nil? @cap_style = style write_stroke_cap_style end