class Dry::Schema::Result

def concat(other)

Other tags:
    Api: - private
def concat(other)
  result_ast.concat(other.map(&:to_ast))
  self
end