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