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