Merge pull request #10899 from hmac/flow-summary-docs

Ruby: Document flow summary syntax
This commit is contained in:
Harry Maclean
2022-12-28 10:47:38 +13:00
committed by GitHub
8 changed files with 4004 additions and 712 deletions

View File

@@ -474,9 +474,6 @@ private class TransformKeysBangSummary extends SimpleSummarizedCallable {
(
input = "Argument[self].Element[any]" and
output = "Argument[self].Element[?]"
or
input = "Argument[self].WithoutElement[any]" and
output = "Argument[self]"
) and
preservesValue = true
}