array method

RuleBuilder array()

Implementation

RuleBuilder array() {
  _rules.add(ArrayRule());
  return this;
}