# File lib/ice_cube/occurrence.rb, line 33 def initialize(start_time, end_time=nil) @start_time = start_time @end_time = end_time || start_time __setobj__ @start_time end