class Chronic::RepeaterWeekday

def this(pointer = :future)

def this(pointer = :future)
  super
  case pointer
  when :past
    self.next(:past)
  when :future, :none
    self.next(:future)
  end
end