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