# File lib/parser/source/range.rb, line 211
      def overlaps?(other)
        @begin_pos < other.end_pos && other.begin_pos < @end_pos
      end