bail method

RuleBuilder bail()

Implementation

RuleBuilder bail() {
  _rules.add('bail');
  return this;
}