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