Measurement.define(:'ftm.') do |unit|
  unit.alias :ftm, :fathom, :fathoms
  unit.convert_to(:mi) { |value| value / 880.0 }
  unit.convert_to(:fur) { |value| value / 110.0 }
  unit.convert_to(:ch) { |value| value / 11.0 }