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