class Avery::Context
- Avery::Context
- Reference
- Object
Defined in:
avery.crConstant Summary
-
Log =
Avery::Log.for("context")
Instance Method Summary
- #add_file(path : String)
- #cache : Hash(String, String)
- #cache=(cache : Hash(String, String))
- #current_file : FileState | Nil
- #current_file=(current_file : FileState | Nil)
- #current_file? : FileState | Nil | Nil
- #files : Hash(String, Avery::FileState)
- #files=(files : Hash(String, Avery::FileState))
- #log(message : String)