class Chronic::RepeaterHour
def offset(span, amount, pointer)
def offset(span, amount, pointer) direction = pointer == :future ? 1 : -1 span + direction * amount * HOUR_SECONDS end
def offset(span, amount, pointer) direction = pointer == :future ? 1 : -1 span + direction * amount * HOUR_SECONDS end