Method: XCCache::SPM::Package::Target#xccache_id
- Defined in:
- lib/xccache/spm/desc/target.rb
#xccache_id ⇒ Object
16 17 18 |
# File 'lib/xccache/spm/desc/target.rb', line 16 def xccache_id macro? ? "#{full_name}.macro" : full_name end |