Add 'require' statements for JSON/YAML
This commit is contained in:
parent
e611e21d02
commit
b9e7dfab09
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
# all the associated validation/parsing routines.
|
# all the associated validation/parsing routines.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
require "json"
|
||||||
|
require "yaml"
|
||||||
|
|
||||||
class Preferences
|
class Preferences
|
||||||
include JSON::Serializable
|
include JSON::Serializable
|
||||||
include YAML::Serializable
|
include YAML::Serializable
|
||||||
|
|
Loading…
Reference in a new issue