contains method

void contains(
  1. String test
)

Implementation

void contains(String test) {
  rules.add(RuleHolder(ContainsRule(), test));
}