Skip to content

Commit f138ea4

Browse files
committed
Revert Enumerator::_Each
1 parent fbaf25e commit f138ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/enumerator.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class Enumerator[unchecked out Elem, out Return = void] < Object
132132

133133
# A convenience interface for `each` with optional block
134134
#
135-
interface _Each[out E, out R = self]
135+
interface _Each[out E, out R]
136136
def each: () { (E) -> void } -> R
137137
| () -> Enumerator[E, R]
138138
end

0 commit comments

Comments
 (0)