class Dry::Schema::Message::Or::SinglePath

def to_a

Other tags:
    Api: - private
def to_a
  @to_a ||= [left, right]
end