Sha256: 9bdc70d27062ba893137f02d42bc99caa50dfe7a3f475b91179ff946459f4d01
Contents?: true
Size: 666 Bytes
Versions: 61
Compression:
Stored size: 666 Bytes
Contents
#-- # The only point of this file is to give RDoc a definition for # Sprinkle::Actors. This file in production is never actually included # since ActiveSupport only on-demand loads classes which are needed # and this module is never explicitly needed. #++ module Sprinkle # An actor is a method of command delivery to a remote machine. It is the # layer between sprinkle and the SSH connection to run commands. This gives # you the flexibility to define custom actors, for whatever purpose you need. # # 99% of the time, however, the two built-in actors Sprinkle::Actors::Capistrano # and Sprinkle::Actors::Vlad will be enough. module Actors end end
Version data entries
61 entries across 61 versions & 13 rubygems