@author Lee Hambley
# File lib/sshkit/command.rb, line 18 def execute(command, args=[]) Command.new(command, args) end
# File lib/sshkit/command.rb, line 14 def make(tasks=[]) execute :make, tasks end
# File lib/sshkit/command.rb, line 10 def rake(tasks=[]) execute :rake, tasks end
[Validate]
Generated with the Darkfish Rdoc Generator 2.