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