Method: TAUConfig.root_dir

Defined in:
lib/tau_config.rb

.root_dirObject



17
18
19
# File 'lib/tau_config.rb', line 17

def self.root_dir
  File.expand_path(ENV['vocabulary_chest_location'] || "~/.vocabulary-chest")
end