numeric method

RuleBuilder numeric()

Implementation

RuleBuilder numeric() {
  _rules.add(NumericRule());
  return this;
}