Method: Fog::SSH::Mock.data
- Defined in:
- lib/fog/core/ssh.rb
.data ⇒ Object
16 17 18 19 20 |
# File 'lib/fog/core/ssh.rb', line 16 def self.data @data ||= Hash.new do |hash, key| hash[key] = [] end end |
16 17 18 19 20 |
# File 'lib/fog/core/ssh.rb', line 16 def self.data @data ||= Hash.new do |hash, key| hash[key] = [] end end |