# File lib/fog/core/ssh.rb, line 127 def initialize(command) @command = command @stderr = '' @stdout = '' end