class

KevalDb::Repl

Inherits Reference < Object

Instance methods

handle_delete(key, db)
Source
handle_get(key, db)
Source
handle_print(db)
Source
handle_set(key, val, db)
Source
main_loop
Source
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

Source