module Net::SSH::Test

def socket(options = {})

Net::SSH::Test::Socket).
Returns the test socket instance to use for these tests (see
def socket(options = {})
  @socket ||= Net::SSH::Test::Socket.new
end