Sha256: 508642aced2b78f238962cfff51a2b49b7d7c57452cec5726d480df165c6ec2d
Contents?: true
Size: 362 Bytes
Versions: 1
Compression:
Stored size: 362 Bytes
Contents
module ActiveScripts module Preparations class Unix < ActiveScripts::Preparations::Base # INFO: ActiveScripts::Preparations::Unix contains code that is # pertaining to the Unix operating system. private def setup notify_command_todo! end def update notify_command_todo! end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_scripts-0.1.0 | lib/active_scripts/preparations/unix.rb |