# File lib/ruote/worker.rb, line 355 def turn_schedule_to_msg(schedule) return false unless @storage.reserve(schedule) msg = Ruote.fulldup(schedule['msg']) @storage.put_msg(msg.delete('action'), msg) true end