Method: WDI::Config.path

Defined in:
lib/wdi/config.rb

.pathObject



201
202
203
# File 'lib/wdi/config.rb', line 201

def self.path
  File.expand_path("config.json", WDI::Folder::path)
end