Module: FSSM::Tree::CacheDebug

Included in:
Cache
Defined in:
lib/fssm/tree.rb

Instance Method Summary collapse

Instance Method Details

#ftype(ft) ⇒ Object



111
112
113
114
# File 'lib/fssm/tree.rb', line 111

def ftype(ft)
  FSSM.dbg("Cache#ftype(#{ft})")
  super
end

#set(path) ⇒ Object



101
102
103
104
# File 'lib/fssm/tree.rb', line 101

def set(path)
  FSSM.dbg("Cache#set(#{path})")
  super
end

#unset(path) ⇒ Object



106
107
108
109
# File 'lib/fssm/tree.rb', line 106

def unset(path)
  FSSM.dbg("Cache#unset(#{path})")
  super
end