matches method

void matches(
  1. String test
)

Implementation

void matches(String test) {
  rules.add(RuleHolder(MatchesRule(), test));
}