boolean method

RuleBuilder boolean()

Implementation

RuleBuilder boolean() {
  _rules.add(BoolRule());
  return this;
}