111 112 113 114
# File 'lib/fssm/tree.rb', line 111 def ftype(ft) FSSM.dbg("Cache#ftype(#{ft})") super end
101 102 103 104
# File 'lib/fssm/tree.rb', line 101 def set(path) FSSM.dbg("Cache#set(#{path})") super end
106 107 108 109
# File 'lib/fssm/tree.rb', line 106 def unset(path) FSSM.dbg("Cache#unset(#{path})") super end