# File lib/runt/schedule.rb, line 75 def initialize(id) raise Exception, "id argument cannot be nil" unless !id.nil? @id=id end