# File lib/prawn/graphics/dash.rb, line 31 def dash(length=nil, options={}) return @dash || undash_hash if length.nil? @dash = { :dash => length, :space => options[:space] || length, :phase => options[:phase] || 0 } write_stroke_dash end