module Watcher

Direct including types

Defined in:

main.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file : File, command : String) #

[View source]

Instance Method Detail

def command : String #

[View source]
def file : File #

[View source]
def last_update : Time #

[View source]
def last_update=(last_update : Time) #

[View source]
def postCommandExec #

[View source]
def preCommandExec #

[View source]
def start #

[View source]