Module: Touchwonders

Defined in:
lib/podmode/touchwonders.rb

Class Method Summary collapse

Class Method Details

.config_dirObject

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