mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add missing require statement
This commit is contained in:
parent
3a5dd76324
commit
3f7e0d7882
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
require "./example_node"
|
||||||
|
|
||||||
module Spectator
|
module Spectator
|
||||||
# Collection of examples and sub-groups.
|
# Collection of examples and sub-groups.
|
||||||
class ExampleGroup < ExampleNode
|
class ExampleGroup < ExampleNode
|
||||||
|
|
Loading…
Reference in a new issue