string method

RuleBuilder string()

Implementation

RuleBuilder string() {
  _rules.add(StringRule());
  return this;
}