class Dry::Schema::Path

def without_index

def without_index
  self.class.new(to_a[0..-2])
end