alpha method

RuleBuilder alpha()

Implementation

RuleBuilder alpha() {
  _rules.add(AlphaRule());
  return this;
}