Methods

SSHKit::CommandHelper

@author Lee Hambley

Public Instance Methods

execute(command, args=[]) click to toggle source
# File lib/sshkit/command.rb, line 19
def execute(command, args=[])
  Command.new(command, args)
end
make(tasks=[]) click to toggle source
# File lib/sshkit/command.rb, line 15
def make(tasks=[])
  execute :make, tasks
end
rake(tasks=[]) click to toggle source
# File lib/sshkit/command.rb, line 11
def rake(tasks=[])
  execute :rake, tasks
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.