# File lib/pdf/writer/graphics.rb, line 137 137: def move_to(x, y) 138: add_content("\n%.3f %.3f m" % [ x, y ]) 139: self 140: end