module

Sthx::RuleCollection

Includers are an immutable collection of rules.

Constructors

new(rules : Array(Rule))
Source

Instance methods

with(rule : Rule) : self

Returns a copy of this rule collection with rule added as one of the rules.

Source