# File lib/sshkit/backends/printer.rb, line 21 def capture(*args) String.new.tap { execute(*args) } end
# File lib/sshkit/backends/printer.rb, line 12 def execute(*args) command(*args).tap do |cmd| output << cmd end end
Generated with the Darkfish Rdoc Generator 2.