# File lib/prawn/stamp.rb, line 62 def stamp_at(name, point) translate(point[0], point[1]) { stamp(name) } end