Sha256: ed38c481705327d874849230dec576aa484fabe919539d2e7961a710110e4f90

Contents?: true

Size: 168 Bytes

Versions: 1

Compression:

Stored size: 168 Bytes

Contents

module GhostInThePost
  module GhostOnCommand
    attr_accessor :included_scripts

    def ghost
      MailGhost.new(self, included_scripts).execute
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ghost_in_the_post-0.0.1 lib/ghost_in_the_post/ghost_on_command.rb