# File lib/util/schedule.rb, line 23
    def before_eq(t1, t2) (t1 && t2) ? (t1 <= t2) : t1; end