Method: XCCache::Config#spm_artifacts_dir
- Defined in:
- lib/xccache/core/config.rb
#spm_artifacts_dir ⇒ Object
62 63 64 |
# File 'lib/xccache/core/config.rb', line 62 def spm_artifacts_dir @spm_artifacts_dir ||= spm_build_dir / "artifacts" end |