Measurement.define(:'yd.') do |unit|
  unit.alias :yd, :yard, :yards
  unit.convert_to(:mi) { |value| value / 1_760.0 }
  unit.convert_to(:fur) { |value| value / 220.0 }
  unit.convert_to(:ch) { |value| value / 22.0 }