Skip to content

Commit d6b11c2

Browse files
Evgeny ShvarovEvgeny Shvarov
Evgeny Shvarov
authored and
Evgeny Shvarov
committed
change class name
1 parent 26ed4a8 commit d6b11c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cls/Iteration/foreach.cls renamed to src/cls/Iteration/Loop.cls

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ClassMethod SampleMethod() As %Status
1919
}
2020

2121
// Some method that we call on each iteration
22+
2223
ClassMethod Action(pMes) As %Status
2324
{
2425
try {
@@ -75,3 +76,4 @@ ClassMethod Foreach(ByRef pVal, pFunc, pClass As %String = "") As %Status
7576
}
7677

7778
}
79+

0 commit comments

Comments
 (0)