Rename forall to all.

This commit is contained in:
Gavin Schulz
2015-01-14 23:19:31 -08:00
parent f2b334d7d2
commit b829ce67af
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class Sequence {
return result
}
forall(f) {
all(f) {
for (element in this) {
if (!f.call(element)) return false
}