# File lib/ruport/formatter/pdf.rb, line 273 def pad(y,&block) move_cursor(-y) block.call move_cursor(-y) end