# File lib/facet/numeric/distance.rb, line 10
  def distance( other )
    self - other
  end