Module: TerminalVelocity

Defined in:
lib/terminal_velocity.rb,
lib/terminal_velocity/templates.rb

Defined Under Namespace

Modules: Templates

Class Method Summary collapse

Class Method Details

.launch(username, hostnames) ⇒ Object



7
8
9
# File 'lib/terminal_velocity.rb', line 7

def self.launch(username, hostnames)
  TerminalVelocity::Templates::AppleScripter.run(username, hostnames)
end