class Dry::Schema::Message::Or::MultiPath

def to_or(root)

Other tags:
    Api: - private
def to_or(root)
  self.root == root ? messages : [self]
end