Created new class ExtensionPresence and now generate profiles either with or without different kinds of optional.
Is the extension mandatory, optional, various kinds of optional, etc.
Accepts two kinds of YAML schemas:
String
Example => presence: mandatory
Hash
Must have the key "optional" with a String value
Example => presence:
optional: development
class ExtensionPresence
Created new class ExtensionPresence and now generate profiles either with or without different kinds of optional.
Is the extension mandatory, optional, various kinds of optional, etc. Accepts two kinds of YAML schemas: String Example => presence: mandatory Hash Must have the key "optional" with a String value Example => presence: optional: development class ExtensionPresence