mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-13 08:08:31 +00:00
Add 'require' statements for JSON/YAML
This commit is contained in:
parent
e611e21d02
commit
b9e7dfab09
@ -3,6 +3,9 @@
|
||||
# all the associated validation/parsing routines.
|
||||
#
|
||||
|
||||
require "json"
|
||||
require "yaml"
|
||||
|
||||
class Preferences
|
||||
include JSON::Serializable
|
||||
include YAML::Serializable
|
||||
|
Loading…
Reference in New Issue
Block a user