lib/enumerator.fy in fancy-0.7.0 vs lib/enumerator.fy in fancy-0.8.0

- old
+ new

@@ -133,10 +133,10 @@ """ loop: { try { block call: [next] - } catch (Fancy StopIteration) => ex { + } catch Fancy StopIteration { return self } } } \ No newline at end of file