url method

RuleBuilder url()

Implementation

RuleBuilder url() {
  _rules.add(UrlRule());
  return this;
}