isBefore method

void isBefore(
  1. Object test
)

Implementation

void isBefore(Object test) {
  rules.add(RuleHolder(IsBeforeRule(), test));
}