# File lib/ruport/formatter/pdf.rb, line 366 def vertical_line_at(x,y1,y2) pdf_writer.line(x,y1,x,y2) pdf_writer.stroke end