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