Method: Fog::SSH::Mock#run

Defined in:
lib/fog/core/ssh.rb

#run(commands, &blk) ⇒ Object



32
33
34
# File 'lib/fog/core/ssh.rb', line 32

def run(commands, &blk)
  self.class.data[@address] << {:commands => commands, :username => @username, :options => @options}
end