KevalDb::Repl
Inherits Reference < Object
Instance methods
handle_delete(key, db)
Sourcehandle_get(key, db)
Sourcehandle_print(db)
Sourcehandle_set(key, val, db)
Sourcemain_loop
Sourcenil_splitter(input : String | Nil) : Array(String) | String
Can't split strings when using gets due to string being union type of String or Nil Current work-around, TODO: handle nil better