class Tremolite::ModWatcher

Defined in:

tremolite/mod_watcher.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Instance Method Summary

Constructor Detail

def self.new(blog : Tremolite::Blog, file_path : String | Nil) #

[View source]

Instance Method Detail

def enabled : Bool #

[View source]
def get(key : String) #

[View source]
def load_from_file #

[View source]
def save_to_file #

[View source]
def set(key : String, data : ModHash) #

[View source]
def update_before_save #

override this method in your code


[View source]