Module: Touchwonders
- Defined in:
- lib/podmode/touchwonders.rb
Class Method Summary collapse
-
.config_dir ⇒ Object
Will be moved to a shared “Touchwonders Toolchain” core library.
Class Method Details
.config_dir ⇒ Object
Will be moved to a shared “Touchwonders Toolchain” core library
3 4 5 |
# File 'lib/podmode/touchwonders.rb', line 3 def self.config_dir() return ENV['TOUCHWONDERS_ROOT'] || File.join(ENV['HOME'], '.touchwonders') end |