Method: BigKeeper::ModuleCacheOperator#del_path_module

Defined in:
lib/big_keeper/util/cache_operator.rb

#del_path_module(module_name) ⇒ Object



102
103
104
105
# File 'lib/big_keeper/util/cache_operator.rb', line 102

def del_path_module(module_name)
  @modules["path"]["current"].delete(module_name) if @modules["path"]["current"].include?(module_name)
  cache_modules
end