add method

void add(
  1. String rule
)

Implementation

void add(String rule) {
  addAll([rule]);
}