class Utils::ConfigFile
def sync_dir(&block)
-
(SyncDir)
- the SyncDir instance associated with this object
def sync_dir(&block) if block @sync_dir = SyncDir.new(&block) end @sync_dir ||= SyncDir.new end
(SyncDir)
- the SyncDir instance associated with this object
def sync_dir(&block) if block @sync_dir = SyncDir.new(&block) end @sync_dir ||= SyncDir.new end