# File lib/prawn/graphics.rb, line 142 def vertical_line(y1,y2,params) line(params[:at],y1,params[:at],y2) end