mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Change accessibility of children getter to public
This commit is contained in:
parent
ffdc0c40ac
commit
61fe8e06d9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module Spectator
|
|||
@after_all_hooks_run = false
|
||||
end
|
||||
|
||||
private getter! children : Array(ExampleComponent)
|
||||
getter! children : Array(ExampleComponent)
|
||||
|
||||
def children=(children : Array(ExampleComponent))
|
||||
raise "Attempted to reset example group children" if @children
|
||||
|
|
Loading…
Reference in a new issue