Method: AutomateIt::ShellManager#install

Defined in:
lib/automateit/shell_manager.rb

#install(source, target, mode) ⇒ Object

Copy the source to the target and set its mode. Returns true if the file was installed or false if already present.



234
# File 'lib/automateit/shell_manager.rb', line 234

def install(source, target, mode) dispatch(source, target, mode) end