# File lib/fog/core/ssh.rb, line 6 def self.new(address, username, options = {}) if Fog.mocking? Fog::SSH::Mock.new(address, username, options) else Fog::SSH::Real.new(address, username, options) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.