Measurement.define(:'ch.') do |unit|
  unit.alias :ch, :chain, :chains
  unit.convert_to(:mi) { |value| value / 80.0 }
  unit.convert_to(:fur) { |value| value / 10.0 }
  unit.convert_to(:ftm) { |value| value * 11.0 }