Add 'require' statements for JSON/YAML

This commit is contained in:
Samantaz Fox 2021-08-10 18:44:24 +02:00
parent e611e21d02
commit b9e7dfab09
No known key found for this signature in database
GPG key ID: F42821059186176E

View file

@ -3,6 +3,9 @@
# all the associated validation/parsing routines.
#
require "json"
require "yaml"
class Preferences
include JSON::Serializable
include YAML::Serializable