Returns a new instance of Interval.
34 35 36
# File 'lib/edtf/interval.rb', line 34 def initialize(from = Date.today, to = :open) self.from, self.to = from, to end