class ActiveScripts::Preparations::Unix

Private Instance Methods

setup() click to toggle source

INFO: ActiveScripts::Preparations::Unix contains code that is

pertaining to the Unix operating system.
# File lib/active_scripts/preparations/unix.rb, line 10
def setup
  notify_command_todo!
end
update() click to toggle source
# File lib/active_scripts/preparations/unix.rb, line 14
def update
  notify_command_todo!
end