Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
inspec / lib / inspec / globals.rb
Size: Mime:
module Inspec
  def self.config_dir
    ENV['INSPEC_CONFIG_DIR'] ? ENV['INSPEC_CONFIG_DIR'] : File.join(Dir.home, '.inspec')
  end

  def self.src_root
    File.expand_path(File.join(__FILE__, '..', '..', '..'))
  end
end