# File lib/prawn/measurements.rb, line 15
    def dm2mm(dm)
      return dm*100  
    end