Sha256: 8f44c005727aa8ea14300b7592c63a7935943259793835236c9109e3dee4d7b0
Contents?: true
Size: 236 Bytes
Versions: 17
Compression:
Stored size: 236 Bytes
Contents
module GhostInThePost module GhostOnCommand attr_accessor :included_scripts, :ghost_timeout, :ghost_wait_event def ghost MailGhost.new(self, ghost_timeout, ghost_wait_event, included_scripts).execute end end end
Version data entries
17 entries across 17 versions & 1 rubygems