# File lib/jmespath/nodes/slice.rb, line 78
      def initialize(start, stop)
        super(start, stop, 1)
      end