Top Level Namespace
Defined in:
Constant Summary
-
VERSION =
"0.1.0"
Method Summary
-
dig_data?(data : AnyDataType, keys : Array(String))
Because dig? doesn't work for us and I'm stupid
- ensure_file_readable(path : String)
- main
- parse_file(path : String)
- path_to_lookup_keys(path : String)
- serve(data : AnyDataType, options : Options)
Method Detail
def dig_data?(data : AnyDataType, keys : Array(String))
#
Because dig? doesn't work for us and I'm stupid