Module: TAUConfig
- Defined in:
- lib/tau_config.rb
Class Method Summary collapse
Class Method Details
.cache_dir ⇒ Object
13 14 15 |
# File 'lib/tau_config.rb', line 13 def self.cache_dir "#{root_dir}/docs" end |
.known_file ⇒ Object
7 8 9 |
# File 'lib/tau_config.rb', line 7 def self.known_file "#{root_dir}/known" end |
.root_dir ⇒ Object
4 5 6 |
# File 'lib/tau_config.rb', line 4 def self.root_dir File.(ENV['vocabulary_chest_location'] || "~/.vocabulary-chest") end |
.unknown_file ⇒ Object
10 11 12 |
# File 'lib/tau_config.rb', line 10 def self.unknown_file "#{root_dir}/unknown" end |