class Database
- Database
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
lemurtype.crConstructors
Instance Method Summary
- #add_duration(word, dur)
- #add_errors(word, err)
- #add_letter(char, stats)
- #add_visit(word)
- #add_word(word)
- #history : Hash(Int64, Float64)
- #history=(history : Hash(Int64, Float64))
- #layout : Array(Array(String))
- #layout=(layout : Array(Array(String)))
- #letters : Hash(String, Hash(String, Int32 | Float64))
- #letters=(letters : Hash(String, Hash(String, Int32 | Float64)))
- #level : Int32
- #level=(level : Int32)
- #random
- #words : Hash(String, Record)
- #words=(words : Hash(String, Record))