class Editor
- Editor
- Reference
- Object
Defined in:
editor.crConstant Summary
-
COMMENT_STRING =
"//"
-
TEMP_FILE_PATH =
"#{App::CONFIG_DIR}/trello.tmp"
-
TEMPLATES_PATH =
"#{App::CONFIG_DIR}/templates"
Class Method Summary
- .clear_temp_file
- .copy_template_file(template_file)
- .run(template : String | Nil = nil, &)
- .strip_comments(content)