mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add require for json
This commit is contained in:
parent
4debebb8f0
commit
0f9c1ad09c
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require "json"
|
||||
|
||||
module Spectator
|
||||
# Define the file and line number something originated from.
|
||||
struct Source
|
||||
|
|
Loading…
Reference in a new issue