Add missing require statement

This commit is contained in:
Michael Miller 2020-09-05 19:55:46 -06:00
parent 3a5dd76324
commit 3f7e0d7882
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -1,3 +1,5 @@
require "./example_node"
module Spectator
# Collection of examples and sub-groups.
class ExampleGroup < ExampleNode