Fluxion::Config::ConditionParser
Parses a manifest when: block.
Constants
RESERVED = ["files", "vars", "expression"] of ::String
Reserved for future typed semantics. Accepting them now would mean guessing what they mean, and a guard that silently evaluates to true is worse than one that does not exist.
Instance methods
parse(context : Context, node : Node) : Condition | Nil
Source