# File lib/sshkit/backends/local.rb, line 29 def capture(*args) options = { verbosity: Logger::DEBUG }.merge(args.extract_options!) _execute(*[*args, options]).full_stdout.strip end
# File lib/sshkit/backends/local.rb, line 25 def execute(*args) _execute(*args).success? end
Generated with the Darkfish Rdoc Generator 2.