# File lib/active_support/core_ext/range/overlaps.rb, line 9 def overlaps?(other) include?(other.first) || other.include?(first) end