Method: XCCache::SPM::Macro#initialize
- Defined in:
- lib/xccache/spm/macro.rb
#initialize(options = {}) ⇒ Macro
Returns a new instance of Macro.
6 7 8 9 |
# File 'lib/xccache/spm/macro.rb', line 6 def initialize( = {}) super @library_evolution = false # swift-syntax is not compatible with library evolution end |