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