# File lib/prawn/measurements.rb, line 47
    def yd2pt(yd)
      return in2pt(yd2in(yd))
    end