Top Level Namespace
Defined in:
Constant Summary
-
Config =
Hash(String, String).from_json(File.read(Config_file))
-
read the config file
-
Config_file =
File.join(Path.home, ".jumpr")
-
check the users home directory for config file
-
VERSION =
"0.1.0"