module FSSM::Tree::CacheDebug
Public Instance Methods
Source
# File lib/fssm/tree.rb, line 111 def ftype(ft) FSSM.dbg("Cache#ftype(#{ft})") super end
Calls superclass method
Source
# File lib/fssm/tree.rb, line 101 def set(path) FSSM.dbg("Cache#set(#{path})") super end
Calls superclass method
Source
# File lib/fssm/tree.rb, line 106 def unset(path) FSSM.dbg("Cache#unset(#{path})") super end
Calls superclass method