mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
87d9cc438f
There seems to be a problem using def in block. This broke helper methods and gives the error: `can't declare def dynamically`.
6 lines
59 B
Crystal
6 lines
59 B
Crystal
require "./dsl/*"
|
|
|
|
module Spectator
|
|
module DSL
|
|
end
|
|
end
|