class Dry::Schema::Step::Scoped

def scoped(new_path)

Other tags:
    Api: - private
def scoped(new_path)
  self.class.new(Path[[*new_path, *path]], step)
end