module Touchwonders
Public Class Methods
config_dir()
click to toggle source
Will be moved to a shared “Touchwonders Toolchain” core library
# File lib/podmode/touchwonders.rb, line 3 def self.config_dir() return ENV['TOUCHWONDERS_ROOT'] || File.join(ENV['HOME'], '.touchwonders') end