Class: Dcmgr::VNet::Isolators::DummyIsolator

Inherits:
Dcmgr::VNet::Isolator show all
Defined in:
lib/dcmgr/vnet/isolators/dummy.rb

Overview

This isolator just returns an empty array as friends This means all instances will be isolated from each other

Instance Method Summary collapse

Instance Method Details

#determine_friends(me, others) ⇒ Object



10
11
12
# File 'lib/dcmgr/vnet/isolators/dummy.rb', line 10

def determine_friends(me,others)
  []
end