module ArchSpec::Presets
Backwards-compatible alias for ArchSpec::Architectures. New code should use architecture in the DSL and the ArchSpec::Architectures module.
Public Instance Methods
Source
# File lib/archspec/presets.rb, line 10 def apply(name, dsl, **options) Architectures.apply(name, dsl, **options) end
Delegates to ArchSpec::Architectures.apply.