# File lib/crono/interval.rb, line 19
    def initialize(from, to)
      @from, @to = from, to
    end