# File lib/ruote/worker.rb, line 96
    def subscribe (actions, subscriber)

      @subscribers << [ actions, subscriber ]
    end