Method: Fog::SSH::Mock.data

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

.dataObject



14
15
16
17
18
# File 'lib/fog/core/ssh.rb', line 14

def self.data
  @data ||= Hash.new do |hash, key|
    hash[key] = {}
  end
end