class Rufus::Scheduler::CronLine
def round_to_seconds(time)
def round_to_seconds(time) # Ruby 1.8 doesn't have #round time.respond_to?(:round) ? time.round : time - time.usec * 1e-6 end
def round_to_seconds(time) # Ruby 1.8 doesn't have #round time.respond_to?(:round) ? time.round : time - time.usec * 1e-6 end