class Dry::Schema::Step::Scoped

def initialize(path, step)

Other tags:
    Api: - private
def initialize(path, step)
  @path = Path[path]
  @step = step
end