module ActiveScripts module Preparations class Windows < ActiveScripts::Preparations::Base # INFO: ActiveScripts::Preparations::Windows contains code that is # pertaining to the Windows operating system. private def setup notify_command_todo! end def update notify_command_todo! end end end end