Class: Zold::Remotes::Empty

Inherits:
Zold::Remotes show all
Defined in:
lib/zold/remotes.rb

Overview

Empty, for standalone mode

Constant Summary

Constants inherited from Zold::Remotes

MAX_NODES, PORT, TOLERANCE

Instance Method Summary collapse

Methods inherited from Zold::Remotes

#add, #clean, #error, #exists?, #initialize, #remove, #rescore, #reset

Constructor Details

This class inherits a constructor from Zold::Remotes

Instance Method Details

#allObject



54
55
56
# File 'lib/zold/remotes.rb', line 54

def all
  []
end

#iterate(_) ⇒ Object



58
59
60
# File 'lib/zold/remotes.rb', line 58

def iterate(_)
  # Nothing to do here
end