Method: Roby::Distributed::Test::RemotePeerSupport#local_peer
- Defined in:
- lib/roby/test/distributed.rb
#local_peer ⇒ Object
77 78 79 |
# File 'lib/roby/test/distributed.rb', line 77 def local_peer @local_peer ||= Distributed.peers.find { true }.last end |