class KevalDb::Repl
- KevalDb::Repl
- Reference
- Object
Defined in:
keval_db/repl.crInstance Method Summary
- #handle_delete(key, db)
- #handle_get(key, db)
- #handle_print(db)
- #handle_set(key, val, db)
- #main_loop
-
#nil_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
Instance Method Detail
def nil_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