integer method

RuleBuilder integer()

Implementation

RuleBuilder integer() {
  _rules.add(IntRule());
  return this;
}