# File lib/core/facets/range/overlap.rb, line 7
  def overlap?(other)
    include?(other.first) or other.include?(first)
  end