Module: ArchSpec::Presets

Defined in:
lib/archspec/presets.rb

Overview

Backwards-compatible alias for ArchSpec::Architectures. New code should use architecture in the DSL and the ArchSpec::Architectures module.

Class Method Summary collapse

Class Method Details

.apply(name, dsl, **options) ⇒ Object

Delegates to ArchSpec::Architectures.apply.



10
11
12
# File 'lib/archspec/presets.rb', line 10

def apply(name, dsl, **options)
  Architectures.apply(name, dsl, **options)
end