# File lib/prawn/measurements.rb, line 31
    def yd2in(yd)
      return yd*36
    end