mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Implement iterator version of ExampleGroup#each
This commit is contained in:
parent
1a2cba79fc
commit
467afd053c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module Spectator
|
||||||
end
|
end
|
||||||
|
|
||||||
def each : Iterator(ExampleComponent)
|
def each : Iterator(ExampleComponent)
|
||||||
raise NotImplementedError.new("ExampleGroup#each")
|
children.each
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO: Remove this method.
|
# TODO: Remove this method.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue