@author Lee Hambley
# File lib/sshkit.rb, line 9 def capture_output(io, &block) original_io = config.output config.output = io config.output.extend(SSHKit::Utils::CaptureOutputMethods) yield ensure config.output = original_io end
Generated with the Darkfish Rdoc Generator 2.