class Editor

Defined in:

editor.cr

Constant Summary

COMMENT_STRING = "//"
TEMP_FILE_PATH = "#{App::CONFIG_DIR}/trello.tmp"
TEMPLATES_PATH = "#{App::CONFIG_DIR}/templates"

Class Method Summary

Class Method Detail

def self.clear_temp_file #

[View source]
def self.copy_template_file(template_file) #

[View source]
def self.run(template : String | Nil = nil, &) #

[View source]
def self.strip_comments(content) #

[View source]